Html Css Color HEX #A77A78 Opium

📋 copy color: '#A77A78'

red 167 ◦ green 122 ◦ blue 120

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

Shades of Opium #A77A78

Tints of Opium #A77A78

RGB

 RED value IS 167 (65.63% from 255) = 40.83%

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

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

R = 40.83%
G = 29.83%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A77A78 (or 0xA77A78) is known color: Opium. HEX triplet: A7, 7A and 78. RGB value is (167,122,120). Sum of RGB (Red+Green+Blue) = 167+122+120=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77A78 is #588587. Grayscale: #878787. Windows color (decimal): -5801352 or 7895719. OLE color: 7895719.

HSL color Cylindrical-coordinate representation of color #A77A78: hue angle of 2.55º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A77A78 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 122 120 -
CMYK 0 0.27 0.28 0.35
HSL 2.55º 0.21% 0.56% -
HSV(B) 2.55º 0.28% 0.65% -
XYZ 26.29 23.49 20.92 -
YUV 135.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 167 122 120 0 0.27 0.28 0.35 2.55 0.21 0.56
Hex A7 7A 78 0 1B 1C 23 3 15 38
Octal 247 172 170 0 33 34 43 3 25 70
Binary 10100111 1111010 1111000 0 11011 11100 100011 11 10101 111000

Color Harmonies of #A77A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77A78

Black with #A77A78

Text Example


Text Example

White with #A77A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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