Html Css Color HEX #957E74 Hemp

📋 copy color: '#957E74'

red 149 ◦ green 126 ◦ blue 116

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

Shades of Hemp #957E74

Tints of Hemp #957E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.67%

R = 38.11%
G = 32.23%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#957E74 (or 0x957E74) is known color: Hemp. HEX triplet: 95, 7E and 74. RGB value is (149,126,116). Sum of RGB (Red+Green+Blue) = 149+126+116=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #957E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E74 is #6A818B. Grayscale: #838383. Windows color (decimal): -6979980 or 7634581. OLE color: 7634581.

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

Color convert

RGB 149 126 116 -
CMYK 0 0.15 0.22 0.42
HSL 18.18º 0.13% 0.52% -
HSV(B) 18.18º 0.22% 0.58% -
XYZ 23.01 22.57 19.67 -
YUV 131.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 149 126 116 0 0.15 0.22 0.42 18.18 0.13 0.52
Hex 95 7E 74 0 F 16 2A 12 D 34
Octal 225 176 164 0 17 26 52 22 15 64
Binary 10010101 1111110 1110100 0 1111 10110 101010 10010 1101 110100

Color Harmonies of #957E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E74

Black with #957E74

Text Example


Text Example

White with #957E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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