#779080

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

Shades of Oxley #779080

Tints of Oxley #779080

Color information

#779080 (or 0x779080) is unknown color: approx Oxley. HEX triplet: 77, 90 and 80. RGB value is (119,144,128). Sum of RGB (Red+Green+Blue) = 119+144+128=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 144 - color contains mainly: green. Hex color #779080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779080 is #886F7F. Grayscale: #868686. Windows color (decimal): -8941440 or 8425591. OLE color: 8425591.

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

Color convert

RGB119144128-
CMYK0.1700.110.44
HSL141.6º10.12%51.57%-
HSV(B)141.6º17.36%56.47%-
XYZ21.4825.4324.2-
YUV134.7124.22116.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.43%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 128 (50.39% from 255) = 32.74%
R=30.43%
G=36.83%
B=32.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191441280.1700.110.44141.610.1251.57
Hex779080110B2C8ea34
Octal16722020021013542161264
Binary111011110010000100000001000101011101100100011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779080; }

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

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

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

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

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

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

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

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