Html Css Color HEX #9A7D72 Hemp

📋 copy color: '#9A7D72'

red 154 ◦ green 125 ◦ blue 114

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

Shades of Hemp #9A7D72

Tints of Hemp #9A7D72

RGB

 RED value IS 154 (60.55% from 255) = 39.19%

 GREEN value IS 125 (49.22% from 255) = 31.81%

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

R = 39.19%
G = 31.81%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#9A7D72 (or 0x9A7D72) is known color: Hemp. HEX triplet: 9A, 7D and 72. RGB value is (154,125,114). Sum of RGB (Red+Green+Blue) = 154+125+114=393 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.19% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7D72 is #65828D. Grayscale: #848484. Windows color (decimal): -6652558 or 7503258. OLE color: 7503258.

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

Color convert

RGB 154 125 114 -
CMYK 0 0.19 0.26 0.40
HSL 16.5º 0.17% 0.53% -
HSV(B) 16.5º 0.26% 0.6% -
XYZ 23.7 22.75 19.06 -
YUV 132.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 154 125 114 0 0.19 0.26 0.40 16.5 0.17 0.53
Hex 9A 7D 72 0 13 1A 28 10 11 35
Octal 232 175 162 0 23 32 50 20 21 65
Binary 10011010 1111101 1110010 0 10011 11010 101000 10000 10001 110101

Color Harmonies of #9A7D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7D72

Black with #9A7D72

Text Example


Text Example

White with #9A7D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,125,114); }

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

background-color css

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

 a { background-color: rgb(154,125,114); }

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

border-color css

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

 span { border-color: rgb(154,125,114); }

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