#947F7E

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

Shades of Opium #947F7E

Tints of Opium #947F7E

Color information

#947F7E (or 0x947F7E) is unknown color: approx Opium. HEX triplet: 94, 7F and 7E. RGB value is (148,127,126). Sum of RGB (Red+Green+Blue) = 148+127+126=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #947F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947F7E is #6B8081. Grayscale: #858585. Windows color (decimal): -7045250 or 8290196. OLE color: 8290196.

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

Color convert

RGB148127126-
CMYK00.140.150.42
HSL2.73º9.32%53.73%-
HSV(B)2.73º14.86%58.04%-
XYZ23.5722.9822.93-
YUV133.16123.96138.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 127 (50% from 255) = 31.67%
BLUE value IS 126 (49.61% from 255) = 31.42%
R=36.91%
G=31.67%
B=31.42%

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
Decimal14812712600.140.150.422.739.3253.73
Hex947F7E0EF2A3936
Octal224177176016175231166
Binary1001010011111111111110011101111101010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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