Html Css Color HEX #997C72 Hemp

📋 copy color: '#997C72'

red 153 ◦ green 124 ◦ blue 114

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

Shades of Hemp #997C72

Tints of Hemp #997C72

RGB

 RED value IS 153 (60.16% from 255) = 39.13%

 GREEN value IS 124 (48.83% from 255) = 31.71%

 BLUE value IS 114 (44.92% from 255) = 29.16%

R = 39.13%
G = 31.71%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#997C72 (or 0x997C72) is known color: Hemp. HEX triplet: 99, 7C and 72. RGB value is (153,124,114). Sum of RGB (Red+Green+Blue) = 153+124+114=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #997C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997C72 is #66838D. Grayscale: #838383. Windows color (decimal): -6718350 or 7503001. OLE color: 7503001.

HSL color Cylindrical-coordinate representation of color #997C72: hue angle of 15.38º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997C72 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 124 114 -
CMYK 0 0.19 0.25 0.4
HSL 15.38º 0.16% 0.52% -
HSV(B) 15.38º 0.25% 0.6% -
XYZ 23.38 22.4 19.01 -
YUV 131.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 153 124 114 0 0.19 0.25 0.4 15.38 0.16 0.52
Hex 99 7C 72 0 13 19 28 F 10 34
Octal 231 174 162 0 23 31 50 17 20 64
Binary 10011001 1111100 1110010 0 10011 11001 101000 1111 10000 110100

Color Harmonies of #997C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997C72

Black with #997C72

Text Example


Text Example

White with #997C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997C72; }

 p { color: rgb(153,124,114); }

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

background-color css

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

 a { background-color: rgb(153,124,114); }

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

border-color css

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

 span { border-color: rgb(153,124,114); }

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