#947F7D

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

Shades of Opium #947F7D

Tints of Opium #947F7D

Color information

#947F7D (or 0x947F7D) is unknown color: approx Opium. HEX triplet: 94, 7F and 7D. RGB value is (148,127,125). Sum of RGB (Red+Green+Blue) = 148+127+125=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #947F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947F7D is #6B8082. Grayscale: #858585. Windows color (decimal): -7045251 or 8224660. OLE color: 8224660.

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

Color convert

RGB148127125-
CMYK00.140.160.42
HSL5.22º9.7%53.53%-
HSV(B)5.22º15.54%58.04%-
XYZ23.522.9622.59-
YUV133.05123.46138.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37%
GREEN value IS 127 (50% from 255) = 31.75%
BLUE value IS 125 (49.22% from 255) = 31.25%
R=37%
G=31.75%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812712500.140.160.425.229.753.53
Hex947F7D0E102A5a36
Octal224177175016205251266
Binary100101001111111111110101110100001010101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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