Html Css Color HEX #9B7570 Hemp

📋 copy color: '#9B7570'

red 155 ◦ green 117 ◦ blue 112

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

Shades of Hemp #9B7570

Tints of Hemp #9B7570

RGB

 RED value IS 155 (60.94% from 255) = 40.36%

 GREEN value IS 117 (46.09% from 255) = 30.47%

 BLUE value IS 112 (44.14% from 255) = 29.17%

R = 40.36%
G = 30.47%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B7570 (or 0x9B7570) is known color: Hemp. HEX triplet: 9B, 75 and 70. RGB value is (155,117,112). Sum of RGB (Red+Green+Blue) = 155+117+112=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7570 is #648A8F. Grayscale: #7F7F7F. Windows color (decimal): -6589072 or 7370139. OLE color: 7370139.

HSL color Cylindrical-coordinate representation of color #9B7570: hue angle of 6.98º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B7570 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 117 112 -
CMYK 0 0.25 0.28 0.39
HSL 6.98º 0.18% 0.52% -
HSV(B) 6.98º 0.28% 0.61% -
XYZ 22.8 20.86 18.15 -
YUV 127.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 155 117 112 0 0.25 0.28 0.39 6.98 0.18 0.52
Hex 9B 75 70 0 19 1C 27 7 12 34
Octal 233 165 160 0 31 34 47 7 22 64
Binary 10011011 1110101 1110000 0 11001 11100 100111 111 10010 110100

Color Harmonies of #9B7570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7570

Black with #9B7570

Text Example


Text Example

White with #9B7570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,117,112); }

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

background-color css

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

 a { background-color: rgb(155,117,112); }

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

border-color css

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

 span { border-color: rgb(155,117,112); }

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