#77907E

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

Shades of Oxley #77907E

Tints of Oxley #77907E

Color information

#77907E (or 0x77907E) is unknown color: approx Oxley. HEX triplet: 77, 90 and 7E. RGB value is (119,144,126). Sum of RGB (Red+Green+Blue) = 119+144+126=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 144 - color contains mainly: green. Hex color #77907E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77907E is #886F81. Grayscale: #868686. Windows color (decimal): -8941442 or 8294519. OLE color: 8294519.

HSL color Cylindrical-coordinate representation of color #77907E: hue angle of 136.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #77907E is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB119144126-
CMYK0.1700.120.44
HSL136.8º10.12%51.57%-
HSV(B)136.8º17.36%56.47%-
XYZ21.3525.3723.51-
YUV134.47123.22116.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.59%
GREEN value IS 144 (56.64% from 255) = 37.02%
BLUE value IS 126 (49.61% from 255) = 32.39%
R=30.59%
G=37.02%
B=32.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191441260.1700.120.44136.810.1251.57
Hex77907E110C2C89a34
Octal16722017621014542111264
Binary11101111001000011111101000101100101100100010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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