Html Css Color HEX #A77D7C Opium

📋 copy color: '#A77D7C'

red 167 ◦ green 125 ◦ blue 124

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

Shades of Opium #A77D7C

Tints of Opium #A77D7C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.05%

 BLUE value IS 124 (48.83% from 255) = 29.81%

R = 40.14%
G = 30.05%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A77D7C (or 0xA77D7C) is known color: Opium. HEX triplet: A7, 7D and 7C. RGB value is (167,125,124). Sum of RGB (Red+Green+Blue) = 167+125+124=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77D7C is #588283. Grayscale: #898989. Windows color (decimal): -5800580 or 8158631. OLE color: 8158631.

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

Color convert

RGB 167 125 124 -
CMYK 0 0.25 0.26 0.35
HSL 1.4º 0.2% 0.57% -
HSV(B) 1.4º 0.26% 0.65% -
XYZ 26.91 24.34 22.35 -
YUV 137.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 167 125 124 0 0.25 0.26 0.35 1.4 0.2 0.57
Hex A7 7D 7C 0 19 1A 23 1 14 39
Octal 247 175 174 0 31 32 43 1 24 71
Binary 10100111 1111101 1111100 0 11001 11010 100011 1 10100 111001

Color Harmonies of #A77D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77D7C

Black with #A77D7C

Text Example


Text Example

White with #A77D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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