#917F7B

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

Shades of Hemp #917F7B

Tints of Hemp #917F7B

Color information

#917F7B (or 0x917F7B) is unknown color: approx Hemp. HEX triplet: 91, 7F and 7B. RGB value is (145,127,123). Sum of RGB (Red+Green+Blue) = 145+127+123=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 145 - color contains mainly: red. Hex color #917F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F7B is #6E8084. Grayscale: #838383. Windows color (decimal): -7241861 or 8093585. OLE color: 8093585.

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

Color convert

RGB145127123-
CMYK00.120.150.43
HSL10.91º9.09%52.55%-
HSV(B)10.91º15.17%56.86%-
XYZ22.8422.6321.9-
YUV131.93122.96137.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.71%
GREEN value IS 127 (50% from 255) = 32.15%
BLUE value IS 123 (48.44% from 255) = 31.14%
R=36.71%
G=32.15%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512712300.120.150.4310.919.0952.55
Hex917F7B0CF2Bb935
Octal2211771730141753131165
Binary100100011111111111101101100111110101110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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