#947C7B

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

Shades of Opium #947C7B

Tints of Opium #947C7B

Color information

#947C7B (or 0x947C7B) is unknown color: approx Opium. HEX triplet: 94, 7C and 7B. RGB value is (148,124,123). Sum of RGB (Red+Green+Blue) = 148+124+123=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #947C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947C7B is #6B8384. Grayscale: #838383. Windows color (decimal): -7046021 or 8092820. OLE color: 8092820.

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

Color convert

RGB148124123-
CMYK00.160.170.42
HSL2.4º10.46%53.14%-
HSV(B)2.4º16.89%58.04%-
XYZ2322.1421.8-
YUV131.06123.45140.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.47%
GREEN value IS 124 (48.83% from 255) = 31.39%
BLUE value IS 123 (48.44% from 255) = 31.14%
R=37.47%
G=31.39%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812412300.160.170.422.410.4653.14
Hex947C7B010112A2a35
Octal224174173020215221265
Binary100101001111100111101101000010001101010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,124,123); }

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

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

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

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

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

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

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