Html Css Color HEX #988079 Hemp

📋 copy color: '#988079'

red 152 ◦ green 128 ◦ blue 121

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

Shades of Hemp #988079

Tints of Hemp #988079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.92%

 BLUE value IS 121 (47.66% from 255) = 30.17%

R = 37.91%
G = 31.92%
B = 30.17%

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

#988079 (or 0x988079) is known color: Hemp. HEX triplet: 98, 80 and 79. RGB value is (152,128,121). Sum of RGB (Red+Green+Blue) = 152+128+121=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #988079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988079 is #677F86. Grayscale: #868686. Windows color (decimal): -6782855 or 7962776. OLE color: 7962776.

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

Color convert

RGB 152 128 121 -
CMYK 0 0.16 0.20 0.40
HSL 13.55º 0.13% 0.54% -
HSV(B) 13.55º 0.2% 0.6% -
XYZ 24.12 23.49 21.35 -
YUV 134.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 152 128 121 0 0.16 0.20 0.40 13.55 0.13 0.54
Hex 98 80 79 0 10 14 28 E D 36
Octal 230 200 171 0 20 24 50 16 15 66
Binary 10011000 10000000 1111001 0 10000 10100 101000 1110 1101 110110

Color Harmonies of #988079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988079

Black with #988079

Text Example


Text Example

White with #988079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988079; }

 p { color: rgb(152,128,121); }

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

background-color css

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

 a { background-color: rgb(152,128,121); }

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

border-color css

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

 span { border-color: rgb(152,128,121); }

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