#917B72

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

Shades of Hemp #917B72

Tints of Hemp #917B72

Color information

#917B72 (or 0x917B72) is unknown color: approx Hemp. HEX triplet: 91, 7B and 72. RGB value is (145,123,114). Sum of RGB (Red+Green+Blue) = 145+123+114=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 145 - color contains mainly: red. Hex color #917B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B72 is #6E848D. Grayscale: #808080. Windows color (decimal): -7242894 or 7502737. OLE color: 7502737.

HSL color Cylindrical-coordinate representation of color #917B72: hue angle of 17.42º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #917B72 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB145123114-
CMYK00.150.210.43
HSL17.42º12.35%50.78%-
HSV(B)17.42º21.38%56.86%-
XYZ21.821.418.9-
YUV128.55119.79139.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.96%
GREEN value IS 123 (48.44% from 255) = 32.20%
BLUE value IS 114 (44.92% from 255) = 29.84%
R=37.96%
G=32.20%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512311400.150.210.4317.4212.3550.78
Hex917B720F152B11c33
Octal2211731620172553211463
Binary10010001111101111100100111110101101011100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,123,114); }

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

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

 a { background-color: rgb(145,123,114); }

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

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

 span { border-color: rgb(145,123,114); }

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