#77977E

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

Shades of Oxley #77977E

Tints of Oxley #77977E

Color information

#77977E (or 0x77977E) is unknown color: approx Oxley. HEX triplet: 77, 97 and 7E. RGB value is (119,151,126). Sum of RGB (Red+Green+Blue) = 119+151+126=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 151 - color contains mainly: green. Hex color #77977E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77977E is #886881. Grayscale: #8A8A8A. Windows color (decimal): -8939650 or 8296311. OLE color: 8296311.

HSL color Cylindrical-coordinate representation of color #77977E: hue angle of 133.12º 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 #77977E is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB119151126-
CMYK0.2100.170.41
HSL133.12º13.33%52.94%-
HSV(B)133.12º21.19%59.22%-
XYZ22.4427.5623.88-
YUV138.58120.9114.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.05%
GREEN value IS 151 (59.38% from 255) = 38.13%
BLUE value IS 126 (49.61% from 255) = 31.82%
R=30.05%
G=38.13%
B=31.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191511260.2100.170.41133.1213.3352.94
Hex77977E150112985d35
Octal16722717625021512051565
Binary111011110010111111111010101010001101001100001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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