#957F79

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

Shades of Hemp #957F79

Tints of Hemp #957F79

Color information

#957F79 (or 0x957F79) is unknown color: approx Hemp. HEX triplet: 95, 7F and 79. RGB value is (149,127,121). Sum of RGB (Red+Green+Blue) = 149+127+121=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #957F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F79 is #6A8086. Grayscale: #848484. Windows color (decimal): -6979719 or 7962517. OLE color: 7962517.

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

Color convert

RGB149127121-
CMYK00.150.190.42
HSL12.86º11.67%52.94%-
HSV(B)12.86º18.79%58.43%-
XYZ23.4322.9521.28-
YUV132.89121.29139.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.53%
GREEN value IS 127 (50% from 255) = 31.99%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=37.53%
G=31.99%
B=30.48%

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
Decimal14912712100.150.190.4212.8611.6752.94
Hex957F790F132Adc35
Octal2251771710172352151465
Binary1001010111111111111001011111001110101011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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