#947E7E

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

Shades of Opium #947E7E

Tints of Opium #947E7E

Color information

#947E7E (or 0x947E7E) is unknown color: approx Opium. HEX triplet: 94, 7E and 7E. RGB value is (148,126,126). Sum of RGB (Red+Green+Blue) = 148+126+126=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #947E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947E7E is #6B8181. Grayscale: #848484. Windows color (decimal): -7045506 or 8289940. OLE color: 8289940.

HSL color Cylindrical-coordinate representation of color #947E7E: hue angle of 0º 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 #947E7E is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB148126126-
CMYK00.150.150.42
HSL9.32%53.73%-
HSV(B)14.86%58.04%-
XYZ23.4422.7222.89-
YUV132.58124.29139-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37%
GREEN value IS 126 (49.61% from 255) = 31.5%
BLUE value IS 126 (49.61% from 255) = 31.5%
R=37%
G=31.5%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812612600.150.150.4209.3253.73
Hex947E7E0FF2A0936
Octal224176176017175201166
Binary100101001111110111111001111111110101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947E7E; }

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

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

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

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

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

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

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

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