#77967E

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

Shades of Oxley #77967E

Tints of Oxley #77967E

Color information

#77967E (or 0x77967E) is unknown color: approx Oxley. HEX triplet: 77, 96 and 7E. RGB value is (119,150,126). Sum of RGB (Red+Green+Blue) = 119+150+126=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 150 - color contains mainly: green. Hex color #77967E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77967E is #886981. Grayscale: #8A8A8A. Windows color (decimal): -8939906 or 8296055. OLE color: 8296055.

HSL color Cylindrical-coordinate representation of color #77967E: hue angle of 133.55º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #77967E is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB119150126-
CMYK0.2100.160.41
HSL133.55º12.86%52.75%-
HSV(B)133.55º20.67%58.82%-
XYZ22.2827.2423.82-
YUV138121.23114.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.13%
GREEN value IS 150 (58.98% from 255) = 37.97%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=30.13%
G=37.97%
B=31.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191501260.2100.160.41133.5512.8652.75
Hex77967E150102986d35
Octal16722617625020512061565
Binary111011110010110111111010101010000101001100001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77967E; }

 p { color: rgb(119,150,126); }

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

<style>
 a { background-color: #77967E; }

 a { background-color: rgb(119,150,126); }

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

<style>
 span { border-color: #77967E; }

 span { border-color: rgb(119,150,126); }

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