Html Css Color HEX #A47A78 Opium

📋 copy color: '#A47A78'

red 164 ◦ green 122 ◦ blue 120

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

Shades of Opium #A47A78

Tints of Opium #A47A78

RGB

 RED value IS 164 (64.45% from 255) = 40.39%

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

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

R = 40.39%
G = 30.05%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A47A78 (or 0xA47A78) is known color: Opium. HEX triplet: A4, 7A and 78. RGB value is (164,122,120). Sum of RGB (Red+Green+Blue) = 164+122+120=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A78 is #5B8587. Grayscale: #868686. Windows color (decimal): -5997960 or 7895716. OLE color: 7895716.

HSL color Cylindrical-coordinate representation of color #A47A78: hue angle of 2.73º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A47A78 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 122 120 -
CMYK 0 0.26 0.27 0.36
HSL 2.73º 0.19% 0.56% -
HSV(B) 2.73º 0.27% 0.64% -
XYZ 25.66 23.17 20.89 -
YUV 134.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 164 122 120 0 0.26 0.27 0.36 2.73 0.19 0.56
Hex A4 7A 78 0 1A 1B 24 3 13 38
Octal 244 172 170 0 32 33 44 3 23 70
Binary 10100100 1111010 1111000 0 11010 11011 100100 11 10011 111000

Color Harmonies of #A47A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47A78

Black with #A47A78

Text Example


Text Example

White with #A47A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47A78; }

 p { color: rgb(164,122,120); }

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

background-color css

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

 a { background-color: rgb(164,122,120); }

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

border-color css

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

 span { border-color: rgb(164,122,120); }

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