#948888

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

Shades of Opium #948888

Tints of Opium #948888

Color information

#948888 (or 0x948888) is unknown color: approx Opium. HEX triplet: 94, 88 and 88. RGB value is (148,136,136). Sum of RGB (Red+Green+Blue) = 148+136+136=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 148 - color contains mainly: red. Hex color #948888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948888 is #6B7777. Grayscale: #8B8B8B. Windows color (decimal): -7042936 or 8947860. OLE color: 8947860.

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

Color convert

RGB148136136-
CMYK00.080.080.42
HSL5.31%55.69%-
HSV(B)8.11%58.04%-
XYZ25.4625.6826.91-
YUV139.59125.98134-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.24%
GREEN value IS 136 (53.52% from 255) = 32.38%
BLUE value IS 136 (53.52% from 255) = 32.38%
R=35.24%
G=32.38%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813613600.080.080.4205.3155.69
Hex9488880882A0538
Octal22421021001010520570
Binary1001010010001000100010000100010001010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948888; }

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

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

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

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

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

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

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

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