#779A82

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

Shades of Oxley #779A82

Tints of Oxley #779A82

Color information

#779A82 (or 0x779A82) is unknown color: approx Oxley. HEX triplet: 77, 9A and 82. RGB value is (119,154,130). Sum of RGB (Red+Green+Blue) = 119+154+130=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 154 - color contains mainly: green. Hex color #779A82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779A82 is #88657D. Grayscale: #8C8C8C. Windows color (decimal): -8938878 or 8559223. OLE color: 8559223.

HSL color Cylindrical-coordinate representation of color #779A82: hue angle of 138.86º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #779A82 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB119154130-
CMYK0.2300.160.40
HSL138.86º14.77%53.53%-
HSV(B)138.86º22.73%60.39%-
XYZ23.1928.6425.43-
YUV140.8121.9112.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.53%
GREEN value IS 154 (60.55% from 255) = 38.21%
BLUE value IS 130 (51.17% from 255) = 32.26%
R=29.53%
G=38.21%
B=32.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191541300.2300.160.40138.8614.7753.53
Hex779A8217010288bf36
Octal16723220227020502131766
Binary1110111100110101000001010111010000101000100010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779A82; }

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

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

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

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

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

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

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

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