#76895A

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

Shades of Highland #76895A

Tints of Highland #76895A

Color information

#76895A (or 0x76895A) is unknown color: approx Highland. HEX triplet: 76, 89 and 5A. RGB value is (118,137,90). Sum of RGB (Red+Green+Blue) = 118+137+90=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #76895A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76895A is #8976A5. Grayscale: #7E7E7E. Windows color (decimal): -9008806 or 5933430. OLE color: 5933430.

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

Color convert

RGB11813790-
CMYK0.1400.340.46
HSL84.26º20.7%44.51%-
HSV(B)84.26º34.31%53.73%-
XYZ18.2622.4813.05-
YUV125.96107.71122.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 137 (53.91% from 255) = 39.71%
BLUE value IS 90 (35.55% from 255) = 26.09%
R=34.20%
G=39.71%
B=26.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118137900.1400.340.4684.2620.744.51
Hex76895AE0222E54152d
Octal16621113216042561242555
Binary111011010001001101101011100100010101110101010010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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