#77927F

Color #77927F Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #77927F

Tints of Oxley #77927F

Color information

#77927F (or 0x77927F) is unknown color: approx Oxley. HEX triplet: 77, 92 and 7F. RGB value is (119,146,127). Sum of RGB (Red+Green+Blue) = 119+146+127=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 146 - color contains mainly: green. Hex color #77927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77927F is #886D80. Grayscale: #878787. Windows color (decimal): -8940929 or 8360567. OLE color: 8360567.

HSL color Cylindrical-coordinate representation of color #77927F: hue angle of 137.78º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77927F is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB119146127-
CMYK0.1800.130.43
HSL137.78º11.02%51.96%-
HSV(B)137.78º18.49%57.25%-
XYZ21.7226.0123.95-
YUV135.76123.05116.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 30.36%
GREEN value IS 146 (57.42% from 255) = 37.24%
BLUE value IS 127 (50% from 255) = 32.40%
R=30.36%
G=37.24%
B=32.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191461270.1800.130.43137.7811.0251.96
Hex77927F120D2B8ab34
Octal16722217722015532121364
Binary11101111001001011111111001001101101011100010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77927F; }

 p { color: rgb(119,146,127); }

 H1.HeaderClassName
 {
   color: #77927F;
 }
 .AnyTagClassName
 {
   color: #77927F;
 }
</style>
background-color css

<style>
 a { background-color: #77927F; }

 a { background-color: rgb(119,146,127); }

 div.DivClassName
 {
   background-color: #77927F;
 }
 .BgClassName
 {
   background-color: #77927F;
 }
</style>
border-color css

<style>
 span { border-color: #77927F; }

 span { border-color: rgb(119,146,127); }

 td.TdClassName
 {
   border-color: #77927F;
 }
 .TagClassName
 {
   border-color: #77927F;
 }
</style>