#779F7F

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

Shades of Oxley #779F7F

Tints of Oxley #779F7F

Color information

#779F7F (or 0x779F7F) is unknown color: approx Oxley. HEX triplet: 77, 9F and 7F. RGB value is (119,159,127). Sum of RGB (Red+Green+Blue) = 119+159+127=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 159 - color contains mainly: green. Hex color #779F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779F7F is #886080. Grayscale: #8F8F8F. Windows color (decimal): -8937601 or 8363895. OLE color: 8363895.

HSL color Cylindrical-coordinate representation of color #779F7F: hue angle of 132º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #779F7F is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB119159127-
CMYK0.2500.200.38
HSL132º17.24%54.51%-
HSV(B)132º25.16%62.35%-
XYZ23.8430.2524.66-
YUV143.39118.75110.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.38%
GREEN value IS 159 (62.5% from 255) = 39.26%
BLUE value IS 127 (50% from 255) = 31.36%
R=29.38%
G=39.26%
B=31.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191591270.2500.200.3813217.2454.51
Hex779F7F1901426841137
Octal16723717731024462042167
Binary1110111100111111111111110010101001001101000010010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,159,127); }

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

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

 a { background-color: rgb(119,159,127); }

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

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

 span { border-color: rgb(119,159,127); }

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