#788C62

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

Shades of Highland #788C62

Tints of Highland #788C62

Color information

#788C62 (or 0x788C62) is unknown color: approx Highland. HEX triplet: 78, 8C and 62. RGB value is (120,140,98). Sum of RGB (Red+Green+Blue) = 120+140+98=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 140 - color contains mainly: green. Hex color #788C62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788C62 is #87739D. Grayscale: #818181. Windows color (decimal): -8876958 or 6458488. OLE color: 6458488.

HSL color Cylindrical-coordinate representation of color #788C62: hue angle of 88.57º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #788C62 is Cyan = 0.14, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.45.

Color convert

RGB12014098-
CMYK0.1400.30.45
HSL88.57º17.65%46.67%-
HSV(B)88.57º30%54.9%-
XYZ19.3323.6315.1-
YUV129.23110.37121.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.52%
GREEN value IS 140 (55.08% from 255) = 39.11%
BLUE value IS 98 (38.67% from 255) = 27.37%
R=33.52%
G=39.11%
B=27.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120140980.1400.30.4588.5717.6546.67
Hex788C62E01E2D59122f
Octal17021414216036551312257
Binary11110001000110011000101110011110101101101100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,140,98); }

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

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

 a { background-color: rgb(120,140,98); }

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

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

 span { border-color: rgb(120,140,98); }

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