#928180

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

Shades of Opium #928180

Tints of Opium #928180

Color information

#928180 (or 0x928180) is unknown color: approx Opium. HEX triplet: 92, 81 and 80. RGB value is (146,129,128). Sum of RGB (Red+Green+Blue) = 146+129+128=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 146 - color contains mainly: red. Hex color #928180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928180 is #6D7E7F. Grayscale: #858585. Windows color (decimal): -7175808 or 8421778. OLE color: 8421778.

HSL color Cylindrical-coordinate representation of color #928180: hue angle of 3.33º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #928180 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB146129128-
CMYK00.120.120.43
HSL3.33º7.63%53.73%-
HSV(B)3.33º12.33%57.25%-
XYZ23.623.3723.69-
YUV133.97124.63136.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.23%
GREEN value IS 129 (50.78% from 255) = 32.01%
BLUE value IS 128 (50.39% from 255) = 31.76%
R=36.23%
G=32.01%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612912800.120.120.433.337.6353.73
Hex9281800CC2B3836
Octal222201200014145331066
Binary100100101000000110000000011001100101011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928180; }

 p { color: rgb(146,129,128); }

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

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

 a { background-color: rgb(146,129,128); }

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

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

 span { border-color: rgb(146,129,128); }

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