#938787

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

Shades of Opium #938787

Tints of Opium #938787

Color information

#938787 (or 0x938787) is unknown color: approx Opium. HEX triplet: 93, 87 and 87. RGB value is (147,135,135). Sum of RGB (Red+Green+Blue) = 147+135+135=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 147 - color contains mainly: red. Hex color #938787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938787 is #6C7878. Grayscale: #8A8A8A. Windows color (decimal): -7108729 or 8882067. OLE color: 8882067.

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

Color convert

RGB147135135-
CMYK00.080.080.42
HSL5.26%55.29%-
HSV(B)8.16%57.65%-
XYZ25.0725.2826.48-
YUV138.59125.98134-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.25%
GREEN value IS 135 (53.12% from 255) = 32.37%
BLUE value IS 135 (53.12% from 255) = 32.37%
R=35.25%
G=32.37%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713513500.080.080.4205.2655.29
Hex9387870882A0537
Octal22320720701010520567
Binary1001001110000111100001110100010001010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938787; }

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

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

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

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

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

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

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

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