#788955

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

Shades of Highland #788955

Tints of Highland #788955

Color information

#788955 (or 0x788955) is unknown color: approx Highland. HEX triplet: 78, 89 and 55. RGB value is (120,137,85). Sum of RGB (Red+Green+Blue) = 120+137+85=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 137 - color contains mainly: green. Hex color #788955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788955 is #8776AA. Grayscale: #7E7E7E. Windows color (decimal): -8877739 or 5605752. OLE color: 5605752.

HSL color Cylindrical-coordinate representation of color #788955: hue angle of 79.62º 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 #788955 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB12013785-
CMYK0.1200.380.46
HSL79.62º23.42%43.53%-
HSV(B)79.62º37.96%53.73%-
XYZ18.3322.5411.98-
YUV125.99104.87123.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.09%
GREEN value IS 137 (53.91% from 255) = 40.06%
BLUE value IS 85 (33.59% from 255) = 24.85%
R=35.09%
G=40.06%
B=24.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal120137850.1200.380.4679.6223.4243.53
Hex788955C0262E50172c
Octal17021112514046561202754
Binary111100010001001101010111000100110101110101000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788955; }

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

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

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

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

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

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

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

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