Html Css Color HEX #AB7978 Opium

📋 copy color: '#AB7978'

red 171 ◦ green 121 ◦ blue 120

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

Shades of Opium #AB7978

Tints of Opium #AB7978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.37%

 BLUE value IS 120 (47.27% from 255) = 29.13%

R = 41.5%
G = 29.37%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB7978 (or 0xAB7978) is known color: Opium. HEX triplet: AB, 79 and 78. RGB value is (171,121,120). Sum of RGB (Red+Green+Blue) = 171+121+120=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7978 is #548687. Grayscale: #878787. Windows color (decimal): -5539464 or 7895467. OLE color: 7895467.

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

Color convert

RGB 171 121 120 -
CMYK 0 0.29 0.30 0.33
HSL 1.18º 0.23% 0.57% -
HSV(B) 1.18º 0.3% 0.67% -
XYZ 27.02 23.69 20.92 -
YUV 135.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 171 121 120 0 0.29 0.30 0.33 1.18 0.23 0.57
Hex AB 79 78 0 1D 1E 21 1 17 39
Octal 253 171 170 0 35 36 41 1 27 71
Binary 10101011 1111001 1111000 0 11101 11110 100001 1 10111 111001

Color Harmonies of #AB7978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7978

Black with #AB7978

Text Example


Text Example

White with #AB7978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7978; }

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

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

background-color css

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

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

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

border-color css

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

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

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