#A77876

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

Shades of Opium #A77876

Tints of Opium #A77876

Color information

#A77876 (or 0xA77876) is unknown color: approx Opium. HEX triplet: A7, 78 and 76. RGB value is (167,120,118). Sum of RGB (Red+Green+Blue) = 167+120+118=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 167 - color contains mainly: red. Hex color #A77876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77876 is #588789. Grayscale: #858585. Windows color (decimal): -5801866 or 7764135. OLE color: 7764135.

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

Color convert

RGB167120118-
CMYK00.280.290.35
HSL2.45º21.78%55.88%-
HSV(B)2.45º29.34%65.49%-
XYZ25.9222.9620.2-
YUV133.82119.07151.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.23%
GREEN value IS 120 (47.27% from 255) = 29.63%
BLUE value IS 118 (46.48% from 255) = 29.14%
R=41.23%
G=29.63%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712011800.280.290.352.4521.7855.88
HexA7787601C1D2321638
Octal247170166034354322670
Binary1010011111110001110110011100111011000111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77876; }

 p { color: rgb(167,120,118); }

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

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

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

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

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

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

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