#927D77

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

Shades of Hemp #927D77

Tints of Hemp #927D77

Color information

#927D77 (or 0x927D77) is unknown color: approx Hemp. HEX triplet: 92, 7D and 77. RGB value is (146,125,119). Sum of RGB (Red+Green+Blue) = 146+125+119=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 146 - color contains mainly: red. Hex color #927D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927D77 is #6D8288. Grayscale: #828282. Windows color (decimal): -7176841 or 7830930. OLE color: 7830930.

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

Color convert

RGB146125119-
CMYK00.140.180.43
HSL13.33º11.02%51.96%-
HSV(B)13.33º18.49%57.25%-
XYZ22.5222.1120.53-
YUV130.6121.46138.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.44%
GREEN value IS 125 (49.22% from 255) = 32.05%
BLUE value IS 119 (46.88% from 255) = 30.51%
R=37.44%
G=32.05%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612511900.140.180.4313.3311.0251.96
Hex927D770E122Bdb34
Octal2221751670162253151364
Binary1001001011111011110111011101001010101111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,125,119); }

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

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

 a { background-color: rgb(146,125,119); }

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

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

 span { border-color: rgb(146,125,119); }

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