#A77B76

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

Shades of Opium #A77B76

Tints of Opium #A77B76

Color information

#A77B76 (or 0xA77B76) is unknown color: approx Opium. HEX triplet: A7, 7B and 76. RGB value is (167,123,118). Sum of RGB (Red+Green+Blue) = 167+123+118=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A77B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77B76 is #588489. Grayscale: #878787. Windows color (decimal): -5801098 or 7764903. OLE color: 7764903.

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

Color convert

RGB167123118-
CMYK00.260.290.35
HSL6.12º21.78%55.88%-
HSV(B)6.12º29.34%65.49%-
XYZ26.2923.6920.33-
YUV135.59118.08150.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.93%
GREEN value IS 123 (48.44% from 255) = 30.15%
BLUE value IS 118 (46.48% from 255) = 28.92%
R=40.93%
G=30.15%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712311800.260.290.356.1221.7855.88
HexA77B7601A1D2361638
Octal247173166032354362670
Binary10100111111101111101100110101110110001111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77B76; }

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

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

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

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

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

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

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

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