#76875D

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

Shades of Highland #76875D

Tints of Highland #76875D

Color information

#76875D (or 0x76875D) is unknown color: approx Highland. HEX triplet: 76, 87 and 5D. RGB value is (118,135,93). Sum of RGB (Red+Green+Blue) = 118+135+93=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #76875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76875D is #8978A2. Grayscale: #7D7D7D. Windows color (decimal): -9009315 or 6129526. OLE color: 6129526.

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

Color convert

RGB11813593-
CMYK0.1300.310.47
HSL84.29º18.42%44.71%-
HSV(B)84.29º31.11%52.94%-
XYZ18.1121.9713.64-
YUV125.13109.87122.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 135 (53.12% from 255) = 39.02%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=34.10%
G=39.02%
B=26.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118135930.1300.310.4784.2918.4244.71
Hex76875DD01F2F54122d
Octal16620713515037571242255
Binary11101101000011110111011101011111101111101010010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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