#947D7D

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

Shades of Opium #947D7D

Tints of Opium #947D7D

Color information

#947D7D (or 0x947D7D) is unknown color: approx Opium. HEX triplet: 94, 7D and 7D. RGB value is (148,125,125). Sum of RGB (Red+Green+Blue) = 148+125+125=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #947D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947D7D is #6B8282. Grayscale: #838383. Windows color (decimal): -7045763 or 8224148. OLE color: 8224148.

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

Color convert

RGB148125125-
CMYK00.160.160.42
HSL9.7%53.53%-
HSV(B)15.54%58.04%-
XYZ23.2522.4422.51-
YUV131.88124.12139.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.19%
GREEN value IS 125 (49.22% from 255) = 31.41%
BLUE value IS 125 (49.22% from 255) = 31.41%
R=37.19%
G=31.41%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812512500.160.160.4209.753.53
Hex947D7D010102A0a36
Octal224175175020205201266
Binary10010100111110111111010100001000010101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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