#78865D

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

Shades of Highland #78865D

Tints of Highland #78865D

Color information

#78865D (or 0x78865D) is unknown color: approx Highland. HEX triplet: 78, 86 and 5D. RGB value is (120,134,93). Sum of RGB (Red+Green+Blue) = 120+134+93=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #78865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78865D is #8779A2. Grayscale: #7D7D7D. Windows color (decimal): -8878499 or 6129272. OLE color: 6129272.

HSL color Cylindrical-coordinate representation of color #78865D: hue angle of 80.49º 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 #78865D is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB12013493-
CMYK0.1000.310.47
HSL80.49º18.06%44.51%-
HSV(B)80.49º30.6%52.55%-
XYZ18.2521.8313.61-
YUV125.14109.86124.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.58%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=34.58%
G=38.62%
B=26.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal120134930.1000.310.4780.4918.0644.51
Hex78865DA01F2F50122d
Octal17020613512037571202255
Binary11110001000011010111011010011111101111101000010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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