#779C7F

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

Shades of Oxley #779C7F

Tints of Oxley #779C7F

Color information

#779C7F (or 0x779C7F) is unknown color: approx Oxley. HEX triplet: 77, 9C and 7F. RGB value is (119,156,127). Sum of RGB (Red+Green+Blue) = 119+156+127=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 156 - color contains mainly: green. Hex color #779C7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779C7F is #886380. Grayscale: #8D8D8D. Windows color (decimal): -8938369 or 8363127. OLE color: 8363127.

HSL color Cylindrical-coordinate representation of color #779C7F: hue angle of 132.97º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #779C7F is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB119156127-
CMYK0.2400.190.39
HSL132.97º15.74%53.92%-
HSV(B)132.97º23.72%61.18%-
XYZ23.3329.2324.49-
YUV141.63119.74111.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.60%
GREEN value IS 156 (61.33% from 255) = 38.81%
BLUE value IS 127 (50% from 255) = 31.59%
R=29.60%
G=38.81%
B=31.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191561270.2400.190.39132.9715.7453.92
Hex779C7F1801327851036
Octal16723417730023472052066
Binary1110111100111001111111110000100111001111000010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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