Html Css Color HEX #987A75 Hemp

📋 copy color: '#987A75'

red 152 ◦ green 122 ◦ blue 117

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

Shades of Hemp #987A75

Tints of Hemp #987A75

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.2%

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

R = 38.87%
G = 31.2%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#987A75 (or 0x987A75) is known color: Hemp. HEX triplet: 98, 7A and 75. RGB value is (152,122,117). Sum of RGB (Red+Green+Blue) = 152+122+117=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #987A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987A75 is #67858A. Grayscale: #828282. Windows color (decimal): -6784395 or 7699096. OLE color: 7699096.

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

Color convert

RGB 152 122 117 -
CMYK 0 0.20 0.23 0.40
HSL 8.57º 0.15% 0.53% -
HSV(B) 8.57º 0.23% 0.6% -
XYZ 23.12 21.88 19.83 -
YUV 130.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 152 122 117 0 0.20 0.23 0.40 8.57 0.15 0.53
Hex 98 7A 75 0 14 17 28 9 F 35
Octal 230 172 165 0 24 27 50 11 17 65
Binary 10011000 1111010 1110101 0 10100 10111 101000 1001 1111 110101

Color Harmonies of #987A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A75

Black with #987A75

Text Example


Text Example

White with #987A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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