#95776C

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

Shades of Hemp #95776C

Tints of Hemp #95776C

Color information

#95776C (or 0x95776C) is unknown color: approx Hemp. HEX triplet: 95, 77 and 6C. RGB value is (149,119,108). Sum of RGB (Red+Green+Blue) = 149+119+108=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #95776C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95776C is #6A8893. Grayscale: #7E7E7E. Windows color (decimal): -6981780 or 7108501. OLE color: 7108501.

HSL color Cylindrical-coordinate representation of color #95776C: hue angle of 16.1º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95776C is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB149119108-
CMYK00.200.280.42
HSL16.1º16.21%50.39%-
HSV(B)16.1º27.52%58.43%-
XYZ21.720.6717.03-
YUV126.72117.44143.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.63%
GREEN value IS 119 (46.88% from 255) = 31.65%
BLUE value IS 108 (42.58% from 255) = 28.72%
R=39.63%
G=31.65%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911910800.200.280.4216.116.2150.39
Hex95776C0141C2A101032
Octal2251671540243452202062
Binary1001010111101111101100010100111001010101000010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95776C; }

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

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

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

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

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

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

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

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