#957E78

Color #957E78 Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #957E78

Tints of Hemp #957E78

Color information

#957E78 (or 0x957E78) is unknown color: approx Hemp. HEX triplet: 95, 7E and 78. RGB value is (149,126,120). Sum of RGB (Red+Green+Blue) = 149+126+120=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #957E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E78 is #6A8187. Grayscale: #848484. Windows color (decimal): -6979976 or 7896725. OLE color: 7896725.

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

Color convert

RGB149126120-
CMYK00.150.190.42
HSL12.41º12.03%52.75%-
HSV(B)12.41º19.46%58.43%-
XYZ23.2522.6720.92-
YUV132.19121.12139.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.72%
GREEN value IS 126 (49.61% from 255) = 31.90%
BLUE value IS 120 (47.27% from 255) = 30.38%
R=37.72%
G=31.90%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912612000.150.190.4212.4112.0352.75
Hex957E780F132Acc35
Octal2251761700172352141465
Binary1001010111111101111000011111001110101011001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #957E78;
 }
 .AnyTagClassName
 {
   color: #957E78;
 }
</style>
background-color css

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

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

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

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

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

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