#937D7A

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

Shades of Opium #937D7A

Tints of Opium #937D7A

Color information

#937D7A (or 0x937D7A) is unknown color: approx Opium. HEX triplet: 93, 7D and 7A. RGB value is (147,125,122). Sum of RGB (Red+Green+Blue) = 147+125+122=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 147 - color contains mainly: red. Hex color #937D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937D7A is #6C8285. Grayscale: #838383. Windows color (decimal): -7111302 or 8027539. OLE color: 8027539.

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

Color convert

RGB147125122-
CMYK00.150.170.42
HSL7.2º10.37%52.75%-
HSV(B)7.2º17.01%57.65%-
XYZ22.8822.2821.51-
YUV131.24122.79139.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.31%
GREEN value IS 125 (49.22% from 255) = 31.73%
BLUE value IS 122 (48.05% from 255) = 30.96%
R=37.31%
G=31.73%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712512200.150.170.427.210.3752.75
Hex937D7A0F112A7a35
Octal223175172017215271265
Binary100100111111101111101001111100011010101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937D7A; }

 p { color: rgb(147,125,122); }

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

<style>
 a { background-color: #937D7A; }

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

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

<style>
 span { border-color: #937D7A; }

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

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