Html Css Color HEX #AB7E7D Opium

📋 copy color: '#AB7E7D'

red 171 ◦ green 126 ◦ blue 125

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

Shades of Opium #AB7E7D

Tints of Opium #AB7E7D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.86%

 BLUE value IS 125 (49.22% from 255) = 29.62%

R = 40.52%
G = 29.86%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB7E7D (or 0xAB7E7D) is known color: Opium. HEX triplet: AB, 7E and 7D. RGB value is (171,126,125). Sum of RGB (Red+Green+Blue) = 171+126+125=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E7D is #548182. Grayscale: #8B8B8B. Windows color (decimal): -5538179 or 8224427. OLE color: 8224427.

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

Color convert

RGB 171 126 125 -
CMYK 0 0.26 0.27 0.33
HSL 1.3º 0.21% 0.58% -
HSV(B) 1.3º 0.27% 0.67% -
XYZ 27.96 25.06 22.77 -
YUV 139.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 171 126 125 0 0.26 0.27 0.33 1.3 0.21 0.58
Hex AB 7E 7D 0 1A 1B 21 1 15 3A
Octal 253 176 175 0 32 33 41 1 25 72
Binary 10101011 1111110 1111101 0 11010 11011 100001 1 10101 111010

Color Harmonies of #AB7E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7E7D

Black with #AB7E7D

Text Example


Text Example

White with #AB7E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7E7D; }

 p { color: rgb(171,126,125); }

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

background-color css

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

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

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

border-color css

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

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

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