#779181

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

Shades of Oxley #779181

Tints of Oxley #779181

Color information

#779181 (or 0x779181) is unknown color: approx Oxley. HEX triplet: 77, 91 and 81. RGB value is (119,145,129). Sum of RGB (Red+Green+Blue) = 119+145+129=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 145 - color contains mainly: green. Hex color #779181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779181 is #886E7E. Grayscale: #878787. Windows color (decimal): -8941183 or 8491383. OLE color: 8491383.

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

Color convert

RGB119145129-
CMYK0.1800.110.43
HSL143.08º10.57%51.76%-
HSV(B)143.08º17.93%56.86%-
XYZ21.725.7624.6-
YUV135.4124.39116.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.28%
GREEN value IS 145 (57.03% from 255) = 36.90%
BLUE value IS 129 (50.78% from 255) = 32.82%
R=30.28%
G=36.90%
B=32.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191451290.1800.110.43143.0810.5751.76
Hex779181120B2B8fb34
Octal16722120122013532171364
Binary111011110010001100000011001001011101011100011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779181; }

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

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

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

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

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

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

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

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