#94807E

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

Shades of Opium #94807E

Tints of Opium #94807E

Color information

#94807E (or 0x94807E) is unknown color: approx Opium. HEX triplet: 94, 80 and 7E. RGB value is (148,128,126). Sum of RGB (Red+Green+Blue) = 148+128+126=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #94807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94807E is #6B7F81. Grayscale: #858585. Windows color (decimal): -7044994 or 8290452. OLE color: 8290452.

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

Color convert

RGB148128126-
CMYK00.140.150.42
HSL5.45º9.32%53.73%-
HSV(B)5.45º14.86%58.04%-
XYZ23.723.2422.98-
YUV133.75123.63138.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 128 (50.39% from 255) = 31.84%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=36.82%
G=31.84%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812812600.140.150.425.459.3253.73
Hex94807E0EF2A5936
Octal224200176016175251166
Binary100101001000000011111100111011111010101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,128,126); }

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

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

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

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

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

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

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