#779068

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

Shades of Highland #779068

Tints of Highland #779068

Color information

#779068 (or 0x779068) is unknown color: approx Highland. HEX triplet: 77, 90 and 68. RGB value is (119,144,104). Sum of RGB (Red+Green+Blue) = 119+144+104=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 144 - color contains mainly: green. Hex color #779068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779068 is #886F97. Grayscale: #848484. Windows color (decimal): -8941464 or 6852727. OLE color: 6852727.

HSL color Cylindrical-coordinate representation of color #779068: hue angle of 97.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #779068 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB119144104-
CMYK0.1700.280.44
HSL97.5º16.13%48.63%-
HSV(B)97.5º27.78%56.47%-
XYZ20.0824.8716.84-
YUV131.96112.22118.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.43%
GREEN value IS 144 (56.64% from 255) = 39.24%
BLUE value IS 104 (41.02% from 255) = 28.34%
R=32.43%
G=39.24%
B=28.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191441040.1700.280.4497.516.1348.63
Hex7790681101C2C621031
Octal16722015021034541422061
Binary111011110010000110100010001011100101100110001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779068; }

 p { color: rgb(119,144,104); }

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

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

 a { background-color: rgb(119,144,104); }

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

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

 span { border-color: rgb(119,144,104); }

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