#94776F

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

Shades of Hemp #94776F

Tints of Hemp #94776F

Color information

#94776F (or 0x94776F) is unknown color: approx Hemp. HEX triplet: 94, 77 and 6F. RGB value is (148,119,111). Sum of RGB (Red+Green+Blue) = 148+119+111=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 148 - color contains mainly: red. Hex color #94776F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94776F is #6B8890. Grayscale: #7E7E7E. Windows color (decimal): -7047313 or 7305108. OLE color: 7305108.

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

Color convert

RGB148119111-
CMYK00.200.250.42
HSL12.97º14.74%50.78%-
HSV(B)12.97º25%58.04%-
XYZ21.6820.6417.88-
YUV126.76119.11143.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.15%
GREEN value IS 119 (46.88% from 255) = 31.48%
BLUE value IS 111 (43.75% from 255) = 29.37%
R=39.15%
G=31.48%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811911100.200.250.4212.9714.7450.78
Hex94776F014192Adf33
Octal2241671570243152151763
Binary10010100111011111011110101001100110101011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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