#937F7F

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

Shades of Opium #937F7F

Tints of Opium #937F7F

Color information

#937F7F (or 0x937F7F) is unknown color: approx Opium. HEX triplet: 93, 7F and 7F. RGB value is (147,127,127). Sum of RGB (Red+Green+Blue) = 147+127+127=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 147 - color contains mainly: red. Hex color #937F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937F7F is #6C8080. Grayscale: #858585. Windows color (decimal): -7110785 or 8355731. OLE color: 8355731.

HSL color Cylindrical-coordinate representation of color #937F7F: hue angle of 0º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #937F7F is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB147127127-
CMYK00.140.140.42
HSL8.47%53.73%-
HSV(B)13.61%57.65%-
XYZ23.4522.9123.27-
YUV132.98124.63138-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.66%
GREEN value IS 127 (50% from 255) = 31.67%
BLUE value IS 127 (50% from 255) = 31.67%
R=36.66%
G=31.67%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712712700.140.140.4208.4753.73
Hex937F7F0EE2A0836
Octal223177177016165201066
Binary100100111111111111111101110111010101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,127,127); }

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

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

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

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

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

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

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