#957B76

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

Shades of Hemp #957B76

Tints of Hemp #957B76

Color information

#957B76 (or 0x957B76) is unknown color: approx Hemp. HEX triplet: 95, 7B and 76. RGB value is (149,123,118). Sum of RGB (Red+Green+Blue) = 149+123+118=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #957B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957B76 is #6A8489. Grayscale: #828282. Windows color (decimal): -6980746 or 7764885. OLE color: 7764885.

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

Color convert

RGB149123118-
CMYK00.170.210.42
HSL9.68º12.76%52.35%-
HSV(B)9.68º20.81%58.43%-
XYZ22.7521.8620.16-
YUV130.2121.11141.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.21%
GREEN value IS 123 (48.44% from 255) = 31.54%
BLUE value IS 118 (46.48% from 255) = 30.26%
R=38.21%
G=31.54%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912311800.170.210.429.6812.7652.35
Hex957B76011152Aad34
Octal2251731660212552121564
Binary10010101111101111101100100011010110101010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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