#779182

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

Shades of Oxley #779182

Tints of Oxley #779182

Color information

#779182 (or 0x779182) is unknown color: approx Oxley. HEX triplet: 77, 91 and 82. RGB value is (119,145,130). Sum of RGB (Red+Green+Blue) = 119+145+130=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 145 - color contains mainly: green. Hex color #779182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779182 is #886E7D. Grayscale: #878787. Windows color (decimal): -8941182 or 8556919. OLE color: 8556919.

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

Color convert

RGB119145130-
CMYK0.1800.100.43
HSL145.38º10.57%51.76%-
HSV(B)145.38º17.93%56.86%-
XYZ21.7625.7824.95-
YUV135.52124.89116.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.20%
GREEN value IS 145 (57.03% from 255) = 36.80%
BLUE value IS 130 (51.17% from 255) = 32.99%
R=30.20%
G=36.80%
B=32.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191451300.1800.100.43145.3810.5751.76
Hex779182120A2B91b34
Octal16722120222012532211364
Binary111011110010001100000101001001010101011100100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779182; }

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

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

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

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

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

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

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

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