#917D78

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

Shades of Hemp #917D78

Tints of Hemp #917D78

Color information

#917D78 (or 0x917D78) is unknown color: approx Hemp. HEX triplet: 91, 7D and 78. RGB value is (145,125,120). Sum of RGB (Red+Green+Blue) = 145+125+120=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 145 - color contains mainly: red. Hex color #917D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D78 is #6E8287. Grayscale: #828282. Windows color (decimal): -7242376 or 7896465. OLE color: 7896465.

HSL color Cylindrical-coordinate representation of color #917D78: hue angle of 12º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #917D78 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB145125120-
CMYK00.140.170.43
HSL12º10.2%51.96%-
HSV(B)12º17.24%56.86%-
XYZ22.422.0420.84-
YUV130.41122.13138.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.18%
GREEN value IS 125 (49.22% from 255) = 32.05%
BLUE value IS 120 (47.27% from 255) = 30.77%
R=37.18%
G=32.05%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512512000.140.170.431210.251.96
Hex917D780E112Bca34
Octal2211751700162153141264
Binary1001000111111011111000011101000110101111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917D78; }

 p { color: rgb(145,125,120); }

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

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

 a { background-color: rgb(145,125,120); }

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

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

 span { border-color: rgb(145,125,120); }

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