#78875D

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

Shades of Highland #78875D

Tints of Highland #78875D

Color information

#78875D (or 0x78875D) is unknown color: approx Highland. HEX triplet: 78, 87 and 5D. RGB value is (120,135,93). Sum of RGB (Red+Green+Blue) = 120+135+93=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 135 - color contains mainly: green. Hex color #78875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78875D is #8778A2. Grayscale: #7D7D7D. Windows color (decimal): -8878243 or 6129528. OLE color: 6129528.

HSL color Cylindrical-coordinate representation of color #78875D: hue angle of 81.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78875D is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB12013593-
CMYK0.1100.310.47
HSL81.43º18.42%44.71%-
HSV(B)81.43º31.11%52.94%-
XYZ18.3922.1113.65-
YUV125.73109.53123.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.48%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 93 (36.72% from 255) = 26.72%
R=34.48%
G=38.79%
B=26.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal120135930.1100.310.4781.4318.4244.71
Hex78875DB01F2F51122d
Octal17020713513037571212255
Binary11110001000011110111011011011111101111101000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78875D; }

 p { color: rgb(120,135,93); }

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

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

 a { background-color: rgb(120,135,93); }

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

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

 span { border-color: rgb(120,135,93); }

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