#77997B

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

Shades of Oxley #77997B

Tints of Oxley #77997B

Color information

#77997B (or 0x77997B) is unknown color: approx Oxley. HEX triplet: 77, 99 and 7B. RGB value is (119,153,123). Sum of RGB (Red+Green+Blue) = 119+153+123=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 153 - color contains mainly: green. Hex color #77997B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77997B is #886684. Grayscale: #8B8B8B. Windows color (decimal): -8939141 or 8100215. OLE color: 8100215.

HSL color Cylindrical-coordinate representation of color #77997B: hue angle of 127.06º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #77997B is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB119153123-
CMYK0.2200.200.4
HSL127.06º14.29%53.33%-
HSV(B)127.06º22.22%60%-
XYZ22.5728.1322.98-
YUV139.41118.74113.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.13%
GREEN value IS 153 (60.16% from 255) = 38.73%
BLUE value IS 123 (48.44% from 255) = 31.14%
R=30.13%
G=38.73%
B=31.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191531230.2200.200.4127.0614.2953.33
Hex77997B16014287fe35
Octal16723117326024501771665
Binary11101111001100111110111011001010010100011111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77997B; }

 p { color: rgb(119,153,123); }

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

<style>
 a { background-color: #77997B; }

 a { background-color: rgb(119,153,123); }

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

<style>
 span { border-color: #77997B; }

 span { border-color: rgb(119,153,123); }

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