#76885D

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

Shades of Highland #76885D

Tints of Highland #76885D

Color information

#76885D (or 0x76885D) is unknown color: approx Highland. HEX triplet: 76, 88 and 5D. RGB value is (118,136,93). Sum of RGB (Red+Green+Blue) = 118+136+93=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #76885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76885D is #8977A2. Grayscale: #7D7D7D. Windows color (decimal): -9009059 or 6129782. OLE color: 6129782.

HSL color Cylindrical-coordinate representation of color #76885D: hue angle of 85.12º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76885D is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB11813693-
CMYK0.1300.320.47
HSL85.12º18.78%44.9%-
HSV(B)85.12º31.62%53.33%-
XYZ18.2522.2513.69-
YUV125.72109.54122.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 136 (53.52% from 255) = 39.19%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=34.01%
G=39.19%
B=26.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118136930.1300.320.4785.1218.7844.9
Hex76885DD0202F55132d
Octal16621013515040571252355
Binary111011010001000101110111010100000101111101010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,136,93); }

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

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

 a { background-color: rgb(118,136,93); }

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

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

 span { border-color: rgb(118,136,93); }

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