#76895E

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

Shades of Highland #76895E

Tints of Highland #76895E

Color information

#76895E (or 0x76895E) is unknown color: approx Highland. HEX triplet: 76, 89 and 5E. RGB value is (118,137,94). Sum of RGB (Red+Green+Blue) = 118+137+94=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 137 - color contains mainly: green. Hex color #76895E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76895E is #8976A1. Grayscale: #7E7E7E. Windows color (decimal): -9008802 or 6195574. OLE color: 6195574.

HSL color Cylindrical-coordinate representation of color #76895E: hue angle of 86.51º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76895E is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB11813794-
CMYK0.1400.310.46
HSL86.51º18.61%45.29%-
HSV(B)86.51º31.39%53.73%-
XYZ18.4422.5513.97-
YUV126.42109.71122-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.81%
GREEN value IS 137 (53.91% from 255) = 39.26%
BLUE value IS 94 (37.11% from 255) = 26.93%
R=33.81%
G=39.26%
B=26.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118137940.1400.310.4686.5118.6145.29
Hex76895EE01F2E57132d
Octal16621113616037561272355
Binary11101101000100110111101110011111101110101011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76895E; }

 p { color: rgb(118,137,94); }

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

<style>
 a { background-color: #76895E; }

 a { background-color: rgb(118,137,94); }

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

<style>
 span { border-color: #76895E; }

 span { border-color: rgb(118,137,94); }

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