Html Css Color HEX #957A71 Hemp

📋 copy color: '#957A71'

red 149 ◦ green 122 ◦ blue 113

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

Shades of Hemp #957A71

Tints of Hemp #957A71

RGB

 RED value IS 149 (58.59% from 255) = 38.8%

 GREEN value IS 122 (48.05% from 255) = 31.77%

 BLUE value IS 113 (44.53% from 255) = 29.43%

R = 38.8%
G = 31.77%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#957A71 (or 0x957A71) is known color: Hemp. HEX triplet: 95, 7A and 71. RGB value is (149,122,113). Sum of RGB (Red+Green+Blue) = 149+122+113=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #957A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A71 is #6A858E. Grayscale: #818181. Windows color (decimal): -6981007 or 7436949. OLE color: 7436949.

HSL color Cylindrical-coordinate representation of color #957A71: hue angle of 15º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #957A71 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 122 113 -
CMYK 0 0.18 0.24 0.42
HSL 15º 0.15% 0.51% -
HSV(B) 15º 0.24% 0.58% -
XYZ 22.33 21.5 18.6 -
YUV 129.05 118.95 142.23 -
System Red Green Blue C M Y K H S L
Decimal 149 122 113 0 0.18 0.24 0.42 15 0.15 0.51
Hex 95 7A 71 0 12 18 2A F F 33
Octal 225 172 161 0 22 30 52 17 17 63
Binary 10010101 1111010 1110001 0 10010 11000 101010 1111 1111 110011

Color Harmonies of #957A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A71

Black with #957A71

Text Example


Text Example

White with #957A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957A71; }

 p { color: rgb(149,122,113); }

 H1.HeaderClassName
 {
   color: #957A71;
 }
 .AnyTagClassName
 {
   color: #957A71;
 }
</style>

background-color css

<style>
 a { background-color: #957A71; }

 a { background-color: rgb(149,122,113); }

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

border-color css

<style>
 span { border-color: #957A71; }

 span { border-color: rgb(149,122,113); }

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