Html Css Color HEX #9C7F72 Hemp

📋 copy color: '#9C7F72'

red 156 ◦ green 127 ◦ blue 114

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

Shades of Hemp #9C7F72

Tints of Hemp #9C7F72

RGB

 RED value IS 156 (61.33% from 255) = 39.29%

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

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

R = 39.29%
G = 31.99%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9C7F72 (or 0x9C7F72) is known color: Hemp. HEX triplet: 9C, 7F and 72. RGB value is (156,127,114). Sum of RGB (Red+Green+Blue) = 156+127+114=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7F72 is #63808D. Grayscale: #868686. Windows color (decimal): -6520974 or 7503772. OLE color: 7503772.

HSL color Cylindrical-coordinate representation of color #9C7F72: hue angle of 18.57º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9C7F72 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 127 114 -
CMYK 0 0.19 0.27 0.39
HSL 18.57º 0.18% 0.53% -
HSV(B) 18.57º 0.27% 0.61% -
XYZ 24.34 23.46 19.17 -
YUV 134.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 156 127 114 0 0.19 0.27 0.39 18.57 0.18 0.53
Hex 9C 7F 72 0 13 1B 27 13 12 35
Octal 234 177 162 0 23 33 47 23 22 65
Binary 10011100 1111111 1110010 0 10011 11011 100111 10011 10010 110101

Color Harmonies of #9C7F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7F72

Black with #9C7F72

Text Example


Text Example

White with #9C7F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C7F72; }

 p { color: rgb(156,127,114); }

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

background-color css

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

 a { background-color: rgb(156,127,114); }

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

border-color css

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

 span { border-color: rgb(156,127,114); }

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