Html Css Color HEX #9A7974 Hemp

📋 copy color: '#9A7974'

red 154 ◦ green 121 ◦ blue 116

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

Shades of Hemp #9A7974

Tints of Hemp #9A7974

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.95%

 BLUE value IS 116 (45.7% from 255) = 29.67%

R = 39.39%
G = 30.95%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#9A7974 (or 0x9A7974) is known color: Hemp. HEX triplet: 9A, 79 and 74. RGB value is (154,121,116). Sum of RGB (Red+Green+Blue) = 154+121+116=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7974 is #65868B. Grayscale: #828282. Windows color (decimal): -6653580 or 7633306. OLE color: 7633306.

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

Color convert

RGB 154 121 116 -
CMYK 0 0.21 0.25 0.40
HSL 7.89º 0.16% 0.53% -
HSV(B) 7.89º 0.25% 0.6% -
XYZ 23.32 21.81 19.5 -
YUV 130.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 154 121 116 0 0.21 0.25 0.40 7.89 0.16 0.53
Hex 9A 79 74 0 15 19 28 8 10 35
Octal 232 171 164 0 25 31 50 10 20 65
Binary 10011010 1111001 1110100 0 10101 11001 101000 1000 10000 110101

Color Harmonies of #9A7974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7974

Black with #9A7974

Text Example


Text Example

White with #9A7974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,121,116); }

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

background-color css

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

 a { background-color: rgb(154,121,116); }

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

border-color css

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

 span { border-color: rgb(154,121,116); }

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