#779665

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

Shades of Highland #779665

Tints of Highland #779665

Color information

#779665 (or 0x779665) is unknown color: approx Highland. HEX triplet: 77, 96 and 65. RGB value is (119,150,101). Sum of RGB (Red+Green+Blue) = 119+150+101=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 150 - color contains mainly: green. Hex color #779665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779665 is #88699A. Grayscale: #878787. Windows color (decimal): -8939931 or 6657655. OLE color: 6657655.

HSL color Cylindrical-coordinate representation of color #779665: hue angle of 97.96º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #779665 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB119150101-
CMYK0.2100.330.41
HSL97.96º19.52%49.22%-
HSV(B)97.96º32.67%58.82%-
XYZ20.8626.6716.36-
YUV135.15108.73116.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.16%
GREEN value IS 150 (58.98% from 255) = 40.54%
BLUE value IS 101 (39.84% from 255) = 27.30%
R=32.16%
G=40.54%
B=27.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191501010.2100.330.4197.9619.5249.22
Hex7796651502129621431
Octal16722614525041511422461
Binary1110111100101101100101101010100001101001110001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779665; }

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

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

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

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

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

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

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

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