Html Css Color HEX #988076 Hemp

📋 copy color: '#988076'

red 152 ◦ green 128 ◦ blue 118

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

Shades of Hemp #988076

Tints of Hemp #988076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.65%

R = 38.19%
G = 32.16%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#988076 (or 0x988076) is known color: Hemp. HEX triplet: 98, 80 and 76. RGB value is (152,128,118). Sum of RGB (Red+Green+Blue) = 152+128+118=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 152 - color contains mainly: red. Hex color #988076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988076 is #677F89. Grayscale: #868686. Windows color (decimal): -6782858 or 7766168. OLE color: 7766168.

HSL color Cylindrical-coordinate representation of color #988076: hue angle of 17.65º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #988076 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 128 118 -
CMYK 0 0.16 0.22 0.40
HSL 17.65º 0.14% 0.53% -
HSV(B) 17.65º 0.22% 0.6% -
XYZ 23.94 23.42 20.4 -
YUV 134.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 152 128 118 0 0.16 0.22 0.40 17.65 0.14 0.53
Hex 98 80 76 0 10 16 28 12 E 35
Octal 230 200 166 0 20 26 50 22 16 65
Binary 10011000 10000000 1110110 0 10000 10110 101000 10010 1110 110101

Color Harmonies of #988076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988076

Black with #988076

Text Example


Text Example

White with #988076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988076; }

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

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

background-color css

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

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

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

border-color css

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

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

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