#987C75

Color #987C75 Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #987C75

Tints of Hemp #987C75

Color information

#987C75 (or 0x987C75) is unknown color: approx Hemp. HEX triplet: 98, 7C and 75. RGB value is (152,124,117). Sum of RGB (Red+Green+Blue) = 152+124+117=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #987C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987C75 is #67838A. Grayscale: #838383. Windows color (decimal): -6783883 or 7699608. OLE color: 7699608.

HSL color Cylindrical-coordinate representation of color #987C75: hue angle of 12º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #987C75 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB152124117-
CMYK00.180.230.40
HSL12º14.52%52.75%-
HSV(B)12º23.03%59.61%-
XYZ23.3722.3819.92-
YUV131.57119.78142.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.68%
GREEN value IS 124 (48.83% from 255) = 31.55%
BLUE value IS 117 (46.09% from 255) = 29.77%
R=38.68%
G=31.55%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212411700.180.230.401214.5252.75
Hex987C750121728cf35
Octal2301741650222750141765
Binary10011000111110011101010100101011110100011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987C75; }

 p { color: rgb(152,124,117); }

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

<style>
 a { background-color: #987C75; }

 a { background-color: rgb(152,124,117); }

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

<style>
 span { border-color: #987C75; }

 span { border-color: rgb(152,124,117); }

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