#7D8860

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

Shades of Highland #7D8860

Tints of Highland #7D8860

Color information

#7D8860 (or 0x7D8860) is unknown color: approx Highland. HEX triplet: 7D, 88 and 60. RGB value is (125,136,96). Sum of RGB (Red+Green+Blue) = 125+136+96=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 136 - color contains mainly: green. Hex color #7D8860 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8860 is #82779F. Grayscale: #808080. Windows color (decimal): -8550304 or 6326397. OLE color: 6326397.

HSL color Cylindrical-coordinate representation of color #7D8860: hue angle of 76.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D8860 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB12513696-
CMYK0.0800.290.47
HSL76.5º17.24%45.49%-
HSV(B)76.5º29.41%53.33%-
XYZ19.3722.8114.45-
YUV128.15109.86125.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.01%
GREEN value IS 136 (53.52% from 255) = 38.10%
BLUE value IS 96 (37.89% from 255) = 26.89%
R=35.01%
G=38.10%
B=26.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125136960.0800.290.4776.517.2445.49
Hex7D8860801D2F4d112d
Octal17521014010035571152155
Binary11111011000100011000001000011101101111100110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D8860; }

 p { color: rgb(125,136,96); }

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

<style>
 a { background-color: #7D8860; }

 a { background-color: rgb(125,136,96); }

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

<style>
 span { border-color: #7D8860; }

 span { border-color: rgb(125,136,96); }

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