#948787

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

Shades of Opium #948787

Tints of Opium #948787

Color information

#948787 (or 0x948787) is unknown color: approx Opium. HEX triplet: 94, 87 and 87. RGB value is (148,135,135). Sum of RGB (Red+Green+Blue) = 148+135+135=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 148 - color contains mainly: red. Hex color #948787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948787 is #6B7878. Grayscale: #8A8A8A. Windows color (decimal): -7043193 or 8882068. OLE color: 8882068.

HSL color Cylindrical-coordinate representation of color #948787: hue angle of 0º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #948787 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB148135135-
CMYK00.090.090.42
HSL5.73%55.49%-
HSV(B)8.78%58.04%-
XYZ25.2525.3726.49-
YUV138.89125.81134.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.41%
GREEN value IS 135 (53.12% from 255) = 32.30%
BLUE value IS 135 (53.12% from 255) = 32.30%
R=35.41%
G=32.30%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813513500.090.090.4205.7355.49
Hex9487870992A0637
Octal22420720701111520667
Binary1001010010000111100001110100110011010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948787; }

 p { color: rgb(148,135,135); }

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

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

 a { background-color: rgb(148,135,135); }

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

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

 span { border-color: rgb(148,135,135); }

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