#779982

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

Shades of Oxley #779982

Tints of Oxley #779982

Color information

#779982 (or 0x779982) is unknown color: approx Oxley. HEX triplet: 77, 99 and 82. RGB value is (119,153,130). Sum of RGB (Red+Green+Blue) = 119+153+130=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 153 - color contains mainly: green. Hex color #779982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779982 is #88667D. Grayscale: #8C8C8C. Windows color (decimal): -8939134 or 8558967. OLE color: 8558967.

HSL color Cylindrical-coordinate representation of color #779982: hue angle of 139.41º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #779982 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB119153130-
CMYK0.2200.150.4
HSL139.41º14.29%53.33%-
HSV(B)139.41º22.22%60%-
XYZ23.0328.3225.37-
YUV140.21122.24112.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.60%
GREEN value IS 153 (60.16% from 255) = 38.06%
BLUE value IS 130 (51.17% from 255) = 32.34%
R=29.60%
G=38.06%
B=32.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191531300.2200.150.4139.4114.2953.33
Hex779982160F288be35
Octal16723120226017502131665
Binary111011110011001100000101011001111101000100010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779982; }

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

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

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

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

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

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

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

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