Html Css Color HEX #957C78 Hemp

📋 copy color: '#957C78'

red 149 ◦ green 124 ◦ blue 120

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

Shades of Hemp #957C78

Tints of Hemp #957C78

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.55%

 BLUE value IS 120 (47.27% from 255) = 30.53%

R = 37.91%
G = 31.55%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#957C78 (or 0x957C78) is known color: Hemp. HEX triplet: 95, 7C and 78. RGB value is (149,124,120). Sum of RGB (Red+Green+Blue) = 149+124+120=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #957C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957C78 is #6A8387. Grayscale: #838383. Windows color (decimal): -6980488 or 7896213. OLE color: 7896213.

HSL color Cylindrical-coordinate representation of color #957C78: hue angle of 8.28º 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 #957C78 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 124 120 -
CMYK 0 0.17 0.19 0.42
HSL 8.28º 0.12% 0.53% -
HSV(B) 8.28º 0.19% 0.58% -
XYZ 22.99 22.16 20.83 -
YUV 131.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 149 124 120 0 0.17 0.19 0.42 8.28 0.12 0.53
Hex 95 7C 78 0 11 13 2A 8 C 35
Octal 225 174 170 0 21 23 52 10 14 65
Binary 10010101 1111100 1111000 0 10001 10011 101010 1000 1100 110101

Color Harmonies of #957C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C78

Black with #957C78

Text Example


Text Example

White with #957C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,124,120); }

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

background-color css

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

 a { background-color: rgb(149,124,120); }

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

border-color css

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

 span { border-color: rgb(149,124,120); }

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