#AB7F7F

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

Shades of Opium #AB7F7F

Tints of Opium #AB7F7F

Color information

#AB7F7F (or 0xAB7F7F) is unknown color: approx Opium. HEX triplet: AB, 7F and 7F. RGB value is (171,127,127). Sum of RGB (Red+Green+Blue) = 171+127+127=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7F7F is #548080. Grayscale: #8C8C8C. Windows color (decimal): -5537921 or 8355755. OLE color: 8355755.

HSL color Cylindrical-coordinate representation of color #AB7F7F: hue angle of 0º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB7F7F is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB171127127-
CMYK00.260.260.33
HSL20.75%58.43%-
HSV(B)25.73%67.06%-
XYZ28.2125.3723.49-
YUV140.16120.58150-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 127 (50% from 255) = 29.88%
BLUE value IS 127 (50% from 255) = 29.88%
R=40.24%
G=29.88%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112712700.260.260.33020.7558.43
HexAB7F7F01A1A210153a
Octal253177177032324102572
Binary101010111111111111111101101011010100001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7F7F; }

 p { color: rgb(171,127,127); }

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

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

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

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

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

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

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