#788F55

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

Shades of Highland #788F55

Tints of Highland #788F55

Color information

#788F55 (or 0x788F55) is unknown color: approx Highland. HEX triplet: 78, 8F and 55. RGB value is (120,143,85). Sum of RGB (Red+Green+Blue) = 120+143+85=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 143 - color contains mainly: green. Hex color #788F55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788F55 is #8770AA. Grayscale: #818181. Windows color (decimal): -8876203 or 5607288. OLE color: 5607288.

HSL color Cylindrical-coordinate representation of color #788F55: hue angle of 83.79º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #788F55 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB12014385-
CMYK0.1600.410.44
HSL83.79º25.44%44.71%-
HSV(B)83.79º40.56%56.08%-
XYZ19.2124.2912.27-
YUV129.51102.88121.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.48%
GREEN value IS 143 (56.25% from 255) = 41.09%
BLUE value IS 85 (33.59% from 255) = 24.43%
R=34.48%
G=41.09%
B=24.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120143850.1600.410.4483.7925.4444.71
Hex788F55100292C54192d
Octal17021712520051541243155
Binary1111000100011111010101100000101001101100101010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788F55; }

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

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

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

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

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

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

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

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