Html Css Color HEX #9A7D75 Hemp

📋 copy color: '#9A7D75'

red 154 ◦ green 125 ◦ blue 117

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

Shades of Hemp #9A7D75

Tints of Hemp #9A7D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.55%

R = 38.89%
G = 31.57%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#9A7D75 (or 0x9A7D75) is known color: Hemp. HEX triplet: 9A, 7D and 75. RGB value is (154,125,117). Sum of RGB (Red+Green+Blue) = 154+125+117=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7D75 is #65828A. Grayscale: #848484. Windows color (decimal): -6652555 or 7699866. OLE color: 7699866.

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

Color convert

RGB 154 125 117 -
CMYK 0 0.19 0.24 0.40
HSL 12.97º 0.15% 0.53% -
HSV(B) 12.97º 0.24% 0.6% -
XYZ 23.87 22.82 19.98 -
YUV 132.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 154 125 117 0 0.19 0.24 0.40 12.97 0.15 0.53
Hex 9A 7D 75 0 13 18 28 D F 35
Octal 232 175 165 0 23 30 50 15 17 65
Binary 10011010 1111101 1110101 0 10011 11000 101000 1101 1111 110101

Color Harmonies of #9A7D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7D75

Black with #9A7D75

Text Example


Text Example

White with #9A7D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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