Html Css Color HEX #A77C7A Opium

📋 copy color: '#A77C7A'

red 167 ◦ green 124 ◦ blue 122

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

Shades of Opium #A77C7A

Tints of Opium #A77C7A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.02%

 BLUE value IS 122 (48.05% from 255) = 29.54%

R = 40.44%
G = 30.02%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A77C7A (or 0xA77C7A) is known color: Opium. HEX triplet: A7, 7C and 7A. RGB value is (167,124,122). Sum of RGB (Red+Green+Blue) = 167+124+122=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77C7A is #588385. Grayscale: #888888. Windows color (decimal): -5800838 or 8027303. OLE color: 8027303.

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

Color convert

RGB 167 124 122 -
CMYK 0 0.26 0.27 0.35
HSL 2.67º 0.2% 0.57% -
HSV(B) 2.67º 0.27% 0.65% -
XYZ 26.66 24.04 21.65 -
YUV 136.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 167 124 122 0 0.26 0.27 0.35 2.67 0.2 0.57
Hex A7 7C 7A 0 1A 1B 23 3 14 39
Octal 247 174 172 0 32 33 43 3 24 71
Binary 10100111 1111100 1111010 0 11010 11011 100011 11 10100 111001

Color Harmonies of #A77C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77C7A

Black with #A77C7A

Text Example


Text Example

White with #A77C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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