Html Css Color HEX #987F75 Hemp

📋 copy color: '#987F75'

red 152 ◦ green 127 ◦ blue 117

#987F75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemp #987F75

Tints of Hemp #987F75

RGB

 RED value IS 152 (59.77% from 255) = 38.38%

 GREEN value IS 127 (50% from 255) = 32.07%

 BLUE value IS 117 (46.09% from 255) = 29.55%

R = 38.38%
G = 32.07%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#987F75 (or 0x987F75) is known color: Hemp. HEX triplet: 98, 7F and 75. RGB value is (152,127,117). Sum of RGB (Red+Green+Blue) = 152+127+117=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #987F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987F75 is #67808A. Grayscale: #858585. Windows color (decimal): -6783115 or 7700376. OLE color: 7700376.

HSL color Cylindrical-coordinate representation of color #987F75: hue angle of 17.14º 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 #987F75 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 127 117 -
CMYK 0 0.16 0.23 0.40
HSL 17.14º 0.15% 0.53% -
HSV(B) 17.14º 0.23% 0.6% -
XYZ 23.75 23.14 20.04 -
YUV 133.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 152 127 117 0 0.16 0.23 0.40 17.14 0.15 0.53
Hex 98 7F 75 0 10 17 28 11 F 35
Octal 230 177 165 0 20 27 50 21 17 65
Binary 10011000 1111111 1110101 0 10000 10111 101000 10001 1111 110101

Color Harmonies of #987F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F75

Black with #987F75

Text Example


Text Example

White with #987F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #987F75;
 }
 .AnyTagClassName
 {
   color: #987F75;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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