#92776E

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

Shades of Hemp #92776E

Tints of Hemp #92776E

Color information

#92776E (or 0x92776E) is unknown color: approx Hemp. HEX triplet: 92, 77 and 6E. RGB value is (146,119,110). Sum of RGB (Red+Green+Blue) = 146+119+110=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #92776E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92776E is #6D8891. Grayscale: #7E7E7E. Windows color (decimal): -7178386 or 7239570. OLE color: 7239570.

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

Color convert

RGB146119110-
CMYK00.180.250.43
HSL15º14.17%50.2%-
HSV(B)15º24.66%57.25%-
XYZ21.2720.4317.57-
YUV126.05118.95142.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.93%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=38.93%
G=31.73%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611911000.180.250.431514.1750.2
Hex92776E012192Bfe32
Octal2221671560223153171662
Binary10010010111011111011100100101100110101111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92776E; }

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

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

<style>
 a { background-color: #92776E; }

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

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

<style>
 span { border-color: #92776E; }

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

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