#94776C

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

Shades of Hemp #94776C

Tints of Hemp #94776C

Color information

#94776C (or 0x94776C) is unknown color: approx Hemp. HEX triplet: 94, 77 and 6C. RGB value is (148,119,108). Sum of RGB (Red+Green+Blue) = 148+119+108=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 148 - color contains mainly: red. Hex color #94776C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94776C is #6B8893. Grayscale: #7E7E7E. Windows color (decimal): -7047316 or 7108500. OLE color: 7108500.

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

Color convert

RGB148119108-
CMYK00.200.270.42
HSL16.5º15.75%50.2%-
HSV(B)16.5º27.03%58.04%-
XYZ21.5220.5717.02-
YUV126.42117.61143.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.47%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 108 (42.58% from 255) = 28.8%
R=39.47%
G=31.73%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811910800.200.270.4216.515.7550.2
Hex94776C0141B2A101032
Octal2241671540243352202062
Binary1001010011101111101100010100110111010101000010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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