Html Css Color HEX #957E76 Hemp

📋 copy color: '#957E76'

red 149 ◦ green 126 ◦ blue 118

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

Shades of Hemp #957E76

Tints of Hemp #957E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.03%

R = 37.91%
G = 32.06%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#957E76 (or 0x957E76) is known color: Hemp. HEX triplet: 95, 7E and 76. RGB value is (149,126,118). Sum of RGB (Red+Green+Blue) = 149+126+118=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #957E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E76 is #6A8189. Grayscale: #848484. Windows color (decimal): -6979978 or 7765653. OLE color: 7765653.

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

Color convert

RGB 149 126 118 -
CMYK 0 0.15 0.21 0.42
HSL 15.48º 0.13% 0.52% -
HSV(B) 15.48º 0.21% 0.58% -
XYZ 23.13 22.62 20.29 -
YUV 131.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 149 126 118 0 0.15 0.21 0.42 15.48 0.13 0.52
Hex 95 7E 76 0 F 15 2A F D 34
Octal 225 176 166 0 17 25 52 17 15 64
Binary 10010101 1111110 1110110 0 1111 10101 101010 1111 1101 110100

Color Harmonies of #957E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E76

Black with #957E76

Text Example


Text Example

White with #957E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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