#77917F

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

Shades of Oxley #77917F

Tints of Oxley #77917F

Color information

#77917F (or 0x77917F) is unknown color: approx Oxley. HEX triplet: 77, 91 and 7F. RGB value is (119,145,127). Sum of RGB (Red+Green+Blue) = 119+145+127=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 145 - color contains mainly: green. Hex color #77917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77917F is #886E80. Grayscale: #878787. Windows color (decimal): -8941185 or 8360311. OLE color: 8360311.

HSL color Cylindrical-coordinate representation of color #77917F: hue angle of 138.46º 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 #77917F is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB119145127-
CMYK0.1800.120.43
HSL138.46º10.57%51.76%-
HSV(B)138.46º17.93%56.86%-
XYZ21.5625.7123.9-
YUV135.17123.39116.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.43%
GREEN value IS 145 (57.03% from 255) = 37.08%
BLUE value IS 127 (50% from 255) = 32.48%
R=30.43%
G=37.08%
B=32.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191451270.1800.120.43138.4610.5751.76
Hex77917F120C2B8ab34
Octal16722117722014532121364
Binary11101111001000111111111001001100101011100010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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