#A77877

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

Shades of Opium #A77877

Tints of Opium #A77877

Color information

#A77877 (or 0xA77877) is unknown color: approx Opium. HEX triplet: A7, 78 and 77. RGB value is (167,120,119). Sum of RGB (Red+Green+Blue) = 167+120+119=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A77877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77877 is #588788. Grayscale: #858585. Windows color (decimal): -5801865 or 7829671. OLE color: 7829671.

HSL color Cylindrical-coordinate representation of color #A77877: hue angle of 1.25º degrees, saturation: 0.21, 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 #A77877 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB167120119-
CMYK00.280.290.35
HSL1.25º21.43%56.08%-
HSV(B)1.25º28.74%65.49%-
XYZ25.9822.9820.52-
YUV133.94119.57151.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.13%
GREEN value IS 120 (47.27% from 255) = 29.56%
BLUE value IS 119 (46.88% from 255) = 29.31%
R=41.13%
G=29.56%
B=29.31%

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
Decimal16712011900.280.290.351.2521.4356.08
HexA7787701C1D2311538
Octal247170167034354312570
Binary101001111111000111011101110011101100011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77877; }

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

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

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

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

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

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

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

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