#927C76

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

Shades of Hemp #927C76

Tints of Hemp #927C76

Color information

#927C76 (or 0x927C76) is unknown color: approx Hemp. HEX triplet: 92, 7C and 76. RGB value is (146,124,118). Sum of RGB (Red+Green+Blue) = 146+124+118=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 146 - color contains mainly: red. Hex color #927C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927C76 is #6D8389. Grayscale: #818181. Windows color (decimal): -7177098 or 7765138. OLE color: 7765138.

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

Color convert

RGB146124118-
CMYK00.150.190.43
HSL12.86º11.38%51.76%-
HSV(B)12.86º19.18%57.25%-
XYZ22.3321.8320.18-
YUV129.89121.29139.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.63%
GREEN value IS 124 (48.83% from 255) = 31.96%
BLUE value IS 118 (46.48% from 255) = 30.41%
R=37.63%
G=31.96%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612411800.150.190.4312.8611.3851.76
Hex927C760F132Bdb34
Octal2221741660172353151364
Binary1001001011111001110110011111001110101111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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