#788F52

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

Shades of Highland #788F52

Tints of Highland #788F52

Color information

#788F52 (or 0x788F52) is unknown color: approx Highland. HEX triplet: 78, 8F and 52. RGB value is (120,143,82). Sum of RGB (Red+Green+Blue) = 120+143+82=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 143 - color contains mainly: green. Hex color #788F52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788F52 is #8770AD. Grayscale: #818181. Windows color (decimal): -8876206 or 5410680. OLE color: 5410680.

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

Color convert

RGB12014382-
CMYK0.1600.430.44
HSL82.62º27.11%44.12%-
HSV(B)82.62º42.66%56.08%-
XYZ19.0924.2511.66-
YUV129.17101.38121.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.78%
GREEN value IS 143 (56.25% from 255) = 41.45%
BLUE value IS 82 (32.42% from 255) = 23.77%
R=34.78%
G=41.45%
B=23.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120143820.1600.430.4482.6227.1144.12
Hex788F521002B2C531b2c
Octal17021712220053541233354
Binary1111000100011111010010100000101011101100101001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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