#A78787

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

Shades of Opium #A78787

Tints of Opium #A78787

Color information

#A78787 (or 0xA78787) is unknown color: approx Opium. HEX triplet: A7, 87 and 87. RGB value is (167,135,135). Sum of RGB (Red+Green+Blue) = 167+135+135=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 167 - color contains mainly: red. Hex color #A78787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78787 is #587878. Grayscale: #909090. Windows color (decimal): -5798009 or 8882087. OLE color: 8882087.

HSL color Cylindrical-coordinate representation of color #A78787: hue angle of 0º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A78787 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB167135135-
CMYK00.190.190.35
HSL15.38%59.22%-
HSV(B)19.16%65.49%-
XYZ28.9727.2926.66-
YUV144.57122.6144-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.22%
GREEN value IS 135 (53.12% from 255) = 30.89%
BLUE value IS 135 (53.12% from 255) = 30.89%
R=38.22%
G=30.89%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713513500.190.190.35015.3859.22
HexA7878701313230f3b
Octal247207207023234301773
Binary1010011110000111100001110100111001110001101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78787; }

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

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

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

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

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

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

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

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