#77947F

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

Shades of Oxley #77947F

Tints of Oxley #77947F

Color information

#77947F (or 0x77947F) is unknown color: approx Oxley. HEX triplet: 77, 94 and 7F. RGB value is (119,148,127). Sum of RGB (Red+Green+Blue) = 119+148+127=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #77947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77947F is #886B80. Grayscale: #888888. Windows color (decimal): -8940417 or 8361079. OLE color: 8361079.

HSL color Cylindrical-coordinate representation of color #77947F: hue angle of 136.55º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77947F is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB119148127-
CMYK0.2000.140.42
HSL136.55º11.93%52.35%-
HSV(B)136.55º19.59%58.04%-
XYZ22.0326.6324.06-
YUV136.94122.39115.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.20%
GREEN value IS 148 (58.20% from 255) = 37.56%
BLUE value IS 127 (50% from 255) = 32.23%
R=30.20%
G=37.56%
B=32.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191481270.2000.140.42136.5511.9352.35
Hex77947F140E2A89c34
Octal16722417724016522111464
Binary11101111001010011111111010001110101010100010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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