Html Css Color HEX #987F7A Hemp

📋 copy color: '#987F7A'

red 152 ◦ green 127 ◦ blue 122

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

Shades of Hemp #987F7A

Tints of Hemp #987F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.42%

R = 37.91%
G = 31.67%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#987F7A (or 0x987F7A) is known color: Hemp. HEX triplet: 98, 7F and 7A. RGB value is (152,127,122). Sum of RGB (Red+Green+Blue) = 152+127+122=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #987F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987F7A is #678085. Grayscale: #858585. Windows color (decimal): -6783110 or 8028056. OLE color: 8028056.

HSL color Cylindrical-coordinate representation of color #987F7A: hue angle of 10º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #987F7A is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 127 122 -
CMYK 0 0.16 0.20 0.40
HSL 10º 0.13% 0.54% -
HSV(B) 10º 0.2% 0.6% -
XYZ 24.05 23.26 21.63 -
YUV 133.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 152 127 122 0 0.16 0.20 0.40 10 0.13 0.54
Hex 98 7F 7A 0 10 14 28 A D 36
Octal 230 177 172 0 20 24 50 12 15 66
Binary 10011000 1111111 1111010 0 10000 10100 101000 1010 1101 110110

Color Harmonies of #987F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F7A

Black with #987F7A

Text Example


Text Example

White with #987F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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