#94807D

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

Shades of Opium #94807D

Tints of Opium #94807D

Color information

#94807D (or 0x94807D) is unknown color: approx Opium. HEX triplet: 94, 80 and 7D. RGB value is (148,128,125). Sum of RGB (Red+Green+Blue) = 148+128+125=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #94807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94807D is #6B7F82. Grayscale: #858585. Windows color (decimal): -7044995 or 8224916. OLE color: 8224916.

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

Color convert

RGB148128125-
CMYK00.140.160.42
HSL7.83º9.7%53.53%-
HSV(B)7.83º15.54%58.04%-
XYZ23.6323.2122.64-
YUV133.64123.13138.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 125 (49.22% from 255) = 31.17%
R=36.91%
G=31.92%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812812500.140.160.427.839.753.53
Hex94807D0E102A8a36
Octal2242001750162052101266
Binary10010100100000001111101011101000010101010001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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