#778955

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

Shades of Highland #778955

Tints of Highland #778955

Color information

#778955 (or 0x778955) is unknown color: approx Highland. HEX triplet: 77, 89 and 55. RGB value is (119,137,85). Sum of RGB (Red+Green+Blue) = 119+137+85=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 137 - color contains mainly: green. Hex color #778955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778955 is #8876AA. Grayscale: #7D7D7D. Windows color (decimal): -8943275 or 5605751. OLE color: 5605751.

HSL color Cylindrical-coordinate representation of color #778955: hue angle of 80.77º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #778955 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB11913785-
CMYK0.1300.380.46
HSL80.77º23.42%43.53%-
HSV(B)80.77º37.96%53.73%-
XYZ18.1922.4711.97-
YUV125.69105.04123.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 137 (53.91% from 255) = 40.18%
BLUE value IS 85 (33.59% from 255) = 24.93%
R=34.90%
G=40.18%
B=24.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal119137850.1300.380.4680.7723.4243.53
Hex778955D0262E51172c
Octal16721112515046561212754
Binary111011110001001101010111010100110101110101000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778955; }

 p { color: rgb(119,137,85); }

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

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

 a { background-color: rgb(119,137,85); }

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

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

 span { border-color: rgb(119,137,85); }

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