#779B7D

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

Shades of Oxley #779B7D

Tints of Oxley #779B7D

Color information

#779B7D (or 0x779B7D) is unknown color: approx Oxley. HEX triplet: 77, 9B and 7D. RGB value is (119,155,125). Sum of RGB (Red+Green+Blue) = 119+155+125=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #779B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779B7D is #886482. Grayscale: #8C8C8C. Windows color (decimal): -8938627 or 8231799. OLE color: 8231799.

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

Color convert

RGB119155125-
CMYK0.2300.190.39
HSL130º15.25%53.73%-
HSV(B)130º23.23%60.78%-
XYZ23.0328.8523.76-
YUV140.82119.07112.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.82%
GREEN value IS 155 (60.94% from 255) = 38.85%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=29.82%
G=38.85%
B=31.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191551250.2300.190.3913015.2553.73
Hex779B7D170132782f36
Octal16723317527023472021766
Binary111011110011011111110110111010011100111100000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,155,125); }

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

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

 a { background-color: rgb(119,155,125); }

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

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

 span { border-color: rgb(119,155,125); }

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