#917770

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

Shades of Hemp #917770

Tints of Hemp #917770

Color information

#917770 (or 0x917770) is unknown color: approx Hemp. HEX triplet: 91, 77 and 70. RGB value is (145,119,112). Sum of RGB (Red+Green+Blue) = 145+119+112=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #917770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917770 is #6E888F. Grayscale: #7E7E7E. Windows color (decimal): -7243920 or 7370641. OLE color: 7370641.

HSL color Cylindrical-coordinate representation of color #917770: hue angle of 12.73º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #917770 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB145119112-
CMYK00.180.230.43
HSL12.73º13.04%50.39%-
HSV(B)12.73º22.76%56.86%-
XYZ21.220.3818.15-
YUV125.98120.11141.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 119 (46.88% from 255) = 31.65%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=38.56%
G=31.65%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511911200.180.230.4312.7313.0450.39
Hex917770012172Bdd32
Octal2211671600222753151562
Binary10010001111011111100000100101011110101111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917770; }

 p { color: rgb(145,119,112); }

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

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

 a { background-color: rgb(145,119,112); }

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

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

 span { border-color: rgb(145,119,112); }

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