Html Css Color HEX #987C75 Hemp

📋 copy color: '#987C75'

red 152 ◦ green 124 ◦ blue 117

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

Shades of Hemp #987C75

Tints of Hemp #987C75

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 value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#987C75 (or 0x987C75) is known color: 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

RGB 152 124 117 -
CMYK 0 0.18 0.23 0.40
HSL 12º 0.15% 0.53% -
HSV(B) 12º 0.23% 0.6% -
XYZ 23.37 22.38 19.92 -
YUV 131.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 152 124 117 0 0.18 0.23 0.40 12 0.15 0.53
Hex 98 7C 75 0 12 17 28 C F 35
Octal 230 174 165 0 22 27 50 14 17 65
Binary 10011000 1111100 1110101 0 10010 10111 101000 1100 1111 110101

Color Harmonies of #987C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987C75

Black with #987C75

Text Example


Text Example

White with #987C75

Text Example


Text Example

HTML Codes & Css Web 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>