#947C79

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

Shades of Opium #947C79

Tints of Opium #947C79

Color information

#947C79 (or 0x947C79) is unknown color: approx Opium. HEX triplet: 94, 7C and 79. RGB value is (148,124,121). Sum of RGB (Red+Green+Blue) = 148+124+121=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #947C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947C79 is #6B8386. Grayscale: #828282. Windows color (decimal): -7046023 or 7961748. OLE color: 7961748.

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

Color convert

RGB148124121-
CMYK00.160.180.42
HSL6.67º11.2%52.75%-
HSV(B)6.67º18.24%58.04%-
XYZ22.8722.0921.15-
YUV130.83122.45140.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.66%
GREEN value IS 124 (48.83% from 255) = 31.55%
BLUE value IS 121 (47.66% from 255) = 30.79%
R=37.66%
G=31.55%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812412100.160.180.426.6711.252.75
Hex947C79010122A7b35
Octal224174171020225271365
Binary1001010011111001111001010000100101010101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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