#779552

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

Shades of Highland #779552

Tints of Highland #779552

Color information

#779552 (or 0x779552) is unknown color: approx Highland. HEX triplet: 77, 95 and 52. RGB value is (119,149,82). Sum of RGB (Red+Green+Blue) = 119+149+82=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #779552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779552 is #886AAD. Grayscale: #848484. Windows color (decimal): -8940206 or 5412215. OLE color: 5412215.

HSL color Cylindrical-coordinate representation of color #779552: hue angle of 86.87º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #779552 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB11914982-
CMYK0.2000.450.42
HSL86.87º29%45.29%-
HSV(B)86.87º44.97%58.43%-
XYZ19.8826.0311.96-
YUV132.3999.56118.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34%
GREEN value IS 149 (58.59% from 255) = 42.57%
BLUE value IS 82 (32.42% from 255) = 23.43%
R=34%
G=42.57%
B=23.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119149820.2000.450.4286.872945.29
Hex7795521402D2A571d2d
Octal16722512224055521273555
Binary1110111100101011010010101000101101101010101011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779552; }

 p { color: rgb(119,149,82); }

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

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

 a { background-color: rgb(119,149,82); }

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

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

 span { border-color: rgb(119,149,82); }

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