#927F7B

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

Shades of Hemp #927F7B

Tints of Hemp #927F7B

Color information

#927F7B (or 0x927F7B) is unknown color: approx Hemp. HEX triplet: 92, 7F and 7B. RGB value is (146,127,123). Sum of RGB (Red+Green+Blue) = 146+127+123=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 146 - color contains mainly: red. Hex color #927F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927F7B is #6D8084. Grayscale: #848484. Windows color (decimal): -7176325 or 8093586. OLE color: 8093586.

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

Color convert

RGB146127123-
CMYK00.130.160.43
HSL10.43º9.54%52.75%-
HSV(B)10.43º15.75%57.25%-
XYZ23.0222.7221.91-
YUV132.22122.79137.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.87%
GREEN value IS 127 (50% from 255) = 32.07%
BLUE value IS 123 (48.44% from 255) = 31.06%
R=36.87%
G=32.07%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612712300.130.160.4310.439.5452.75
Hex927F7B0D102Baa35
Octal2221771730152053121265
Binary1001001011111111111011011011000010101110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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