#927C75

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

Shades of Hemp #927C75

Tints of Hemp #927C75

Color information

#927C75 (or 0x927C75) is unknown color: approx Hemp. HEX triplet: 92, 7C and 75. RGB value is (146,124,117). Sum of RGB (Red+Green+Blue) = 146+124+117=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 146 - color contains mainly: red. Hex color #927C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927C75 is #6D838A. Grayscale: #818181. Windows color (decimal): -7177099 or 7699602. OLE color: 7699602.

HSL color Cylindrical-coordinate representation of color #927C75: hue angle of 14.48º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #927C75 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB146124117-
CMYK00.150.200.43
HSL14.48º11.74%51.57%-
HSV(B)14.48º19.86%57.25%-
XYZ22.2721.8119.87-
YUV129.78120.79139.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.73%
GREEN value IS 124 (48.83% from 255) = 32.04%
BLUE value IS 117 (46.09% from 255) = 30.23%
R=37.73%
G=32.04%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612411700.150.200.4314.4811.7451.57
Hex927C750F142Bec34
Octal2221741650172453161464
Binary1001001011111001110101011111010010101111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927C75; }

 p { color: rgb(146,124,117); }

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

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

 a { background-color: rgb(146,124,117); }

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

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

 span { border-color: rgb(146,124,117); }

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