Html Css Color HEX #AB7A79 Opium

📋 copy color: '#AB7A79'

red 171 ◦ green 122 ◦ blue 121

#AB7A79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Opium #AB7A79

Tints of Opium #AB7A79

RGB

 RED value IS 171 (67.19% from 255) = 41.3%

 GREEN value IS 122 (48.05% from 255) = 29.47%

 BLUE value IS 121 (47.66% from 255) = 29.23%

R = 41.3%
G = 29.47%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB7A79 (or 0xAB7A79) is known color: Opium. HEX triplet: AB, 7A and 79. RGB value is (171,122,121). Sum of RGB (Red+Green+Blue) = 171+122+121=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7A79 is #548586. Grayscale: #888888. Windows color (decimal): -5539207 or 7961259. OLE color: 7961259.

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

Color convert

RGB 171 122 121 -
CMYK 0 0.29 0.29 0.33
HSL 1.2º 0.23% 0.57% -
HSV(B) 1.2º 0.29% 0.67% -
XYZ 27.21 23.96 21.28 -
YUV 136.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 171 122 121 0 0.29 0.29 0.33 1.2 0.23 0.57
Hex AB 7A 79 0 1D 1D 21 1 17 39
Octal 253 172 171 0 35 35 41 1 27 71
Binary 10101011 1111010 1111001 0 11101 11101 100001 1 10111 111001

Color Harmonies of #AB7A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7A79

Black with #AB7A79

Text Example


Text Example

White with #AB7A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7A79; }

 p { color: rgb(171,122,121); }

 H1.HeaderClassName
 {
   color: #AB7A79;
 }
 .AnyTagClassName
 {
   color: #AB7A79;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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