Html Css Color HEX #957E79 Hemp

📋 copy color: '#957E79'

red 149 ◦ green 126 ◦ blue 121

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

Shades of Hemp #957E79

Tints of Hemp #957E79

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.82%

 BLUE value IS 121 (47.66% from 255) = 30.56%

R = 37.63%
G = 31.82%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#957E79 (or 0x957E79) is known color: Hemp. HEX triplet: 95, 7E and 79. RGB value is (149,126,121). Sum of RGB (Red+Green+Blue) = 149+126+121=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #957E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E79 is #6A8186. Grayscale: #848484. Windows color (decimal): -6979975 or 7962261. OLE color: 7962261.

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

Color convert

RGB 149 126 121 -
CMYK 0 0.15 0.19 0.42
HSL 10.71º 0.12% 0.53% -
HSV(B) 10.71º 0.19% 0.58% -
XYZ 23.31 22.69 21.24 -
YUV 132.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 149 126 121 0 0.15 0.19 0.42 10.71 0.12 0.53
Hex 95 7E 79 0 F 13 2A B C 35
Octal 225 176 171 0 17 23 52 13 14 65
Binary 10010101 1111110 1111001 0 1111 10011 101010 1011 1100 110101

Color Harmonies of #957E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E79

Black with #957E79

Text Example


Text Example

White with #957E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,126,121); }

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

background-color css

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

 a { background-color: rgb(149,126,121); }

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

border-color css

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

 span { border-color: rgb(149,126,121); }

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