#779565

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

Shades of Highland #779565

Tints of Highland #779565

Color information

#779565 (or 0x779565) is unknown color: approx Highland. HEX triplet: 77, 95 and 65. RGB value is (119,149,101). Sum of RGB (Red+Green+Blue) = 119+149+101=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #779565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779565 is #886A9A. Grayscale: #868686. Windows color (decimal): -8940187 or 6657399. OLE color: 6657399.

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

Color convert

RGB119149101-
CMYK0.2000.320.42
HSL97.5º19.2%49.02%-
HSV(B)97.5º32.21%58.43%-
XYZ20.726.3616.31-
YUV134.56109.06116.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.25%
GREEN value IS 149 (58.59% from 255) = 40.38%
BLUE value IS 101 (39.84% from 255) = 27.37%
R=32.25%
G=40.38%
B=27.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191491010.2000.320.4297.519.249.02
Hex779565140202A621331
Octal16722514524040521422361
Binary1110111100101011100101101000100000101010110001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779565; }

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

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

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

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

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

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

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

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