#957772

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

Shades of Hemp #957772

Tints of Hemp #957772

Color information

#957772 (or 0x957772) is unknown color: approx Hemp. HEX triplet: 95, 77 and 72. RGB value is (149,119,114). Sum of RGB (Red+Green+Blue) = 149+119+114=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #957772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957772 is #6A888D. Grayscale: #7F7F7F. Windows color (decimal): -6981774 or 7501717. OLE color: 7501717.

HSL color Cylindrical-coordinate representation of color #957772: hue angle of 8.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #957772 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB149119114-
CMYK00.200.230.42
HSL8.57º14.17%51.57%-
HSV(B)8.57º23.49%58.43%-
XYZ22.0320.818.77-
YUV127.4120.44143.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.01%
GREEN value IS 119 (46.88% from 255) = 31.15%
BLUE value IS 114 (44.92% from 255) = 29.84%
R=39.01%
G=31.15%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911911400.200.230.428.5714.1751.57
Hex957772014172A9e34
Octal2251671620242752111664
Binary10010101111011111100100101001011110101010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957772; }

 p { color: rgb(149,119,114); }

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

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

 a { background-color: rgb(149,119,114); }

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

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

 span { border-color: rgb(149,119,114); }

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