#A77F7D

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

Shades of Opium #A77F7D

Tints of Opium #A77F7D

Color information

#A77F7D (or 0xA77F7D) is unknown color: approx Opium. HEX triplet: A7, 7F and 7D. RGB value is (167,127,125). Sum of RGB (Red+Green+Blue) = 167+127+125=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77F7D is #588082. Grayscale: #8A8A8A. Windows color (decimal): -5800067 or 8224679. OLE color: 8224679.

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

Color convert

RGB167127125-
CMYK00.240.250.35
HSL2.86º19.27%57.25%-
HSV(B)2.86º25.15%65.49%-
XYZ27.2324.8722.77-
YUV138.73120.25148.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.86%
GREEN value IS 127 (50% from 255) = 30.31%
BLUE value IS 125 (49.22% from 255) = 29.83%
R=39.86%
G=30.31%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712712500.240.250.352.8619.2757.25
HexA77F7D018192331339
Octal247177175030314332371
Binary1010011111111111111101011000110011000111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F7D; }

 p { color: rgb(167,127,125); }

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

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

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

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

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

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

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