#78865C

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

Shades of Highland #78865C

Tints of Highland #78865C

Color information

#78865C (or 0x78865C) is unknown color: approx Highland. HEX triplet: 78, 86 and 5C. RGB value is (120,134,92). Sum of RGB (Red+Green+Blue) = 120+134+92=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 134 - color contains mainly: green. Hex color #78865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78865C is #8779A3. Grayscale: #7D7D7D. Windows color (decimal): -8878500 or 6063736. OLE color: 6063736.

HSL color Cylindrical-coordinate representation of color #78865C: hue angle of 80º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78865C is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB12013492-
CMYK0.1000.310.47
HSL80º18.58%44.31%-
HSV(B)80º31.34%52.55%-
XYZ18.221.8213.38-
YUV125.03109.36124.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.68%
GREEN value IS 134 (52.73% from 255) = 38.73%
BLUE value IS 92 (36.33% from 255) = 26.59%
R=34.68%
G=38.73%
B=26.59%

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
Decimal120134920.1000.310.478018.5844.31
Hex78865CA01F2F50132c
Octal17020613412037571202354
Binary11110001000011010111001010011111101111101000010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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