#779081

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

Shades of Oxley #779081

Tints of Oxley #779081

Color information

#779081 (or 0x779081) is unknown color: approx Oxley. HEX triplet: 77, 90 and 81. RGB value is (119,144,129). Sum of RGB (Red+Green+Blue) = 119+144+129=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 144 - color contains mainly: green. Hex color #779081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779081 is #886F7E. Grayscale: #868686. Windows color (decimal): -8941439 or 8491127. OLE color: 8491127.

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

Color convert

RGB119144129-
CMYK0.1700.100.44
HSL144º10.12%51.57%-
HSV(B)144º17.36%56.47%-
XYZ21.5425.4524.55-
YUV134.81124.72116.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.36%
GREEN value IS 144 (56.64% from 255) = 36.73%
BLUE value IS 129 (50.78% from 255) = 32.91%
R=30.36%
G=36.73%
B=32.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191441290.1700.100.4414410.1251.57
Hex779081110A2C90a34
Octal16722020121012542201264
Binary111011110010000100000011000101010101100100100001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779081; }

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

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

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

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

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

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

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

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