Html Css Color HEX #A87D7C Opium

📋 copy color: '#A87D7C'

red 168 ◦ green 125 ◦ blue 124

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

Shades of Opium #A87D7C

Tints of Opium #A87D7C

RGB

 RED value IS 168 (66.02% from 255) = 40.29%

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

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

R = 40.29%
G = 29.98%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A87D7C (or 0xA87D7C) is known color: Opium. HEX triplet: A8, 7D and 7C. RGB value is (168,125,124). Sum of RGB (Red+Green+Blue) = 168+125+124=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87D7C is #578283. Grayscale: #898989. Windows color (decimal): -5735044 or 8158632. OLE color: 8158632.

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

Color convert

RGB 168 125 124 -
CMYK 0 0.26 0.26 0.34
HSL 1.36º 0.2% 0.57% -
HSV(B) 1.36º 0.26% 0.66% -
XYZ 27.12 24.45 22.36 -
YUV 137.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 168 125 124 0 0.26 0.26 0.34 1.36 0.2 0.57
Hex A8 7D 7C 0 1A 1A 22 1 14 39
Octal 250 175 174 0 32 32 42 1 24 71
Binary 10101000 1111101 1111100 0 11010 11010 100010 1 10100 111001

Color Harmonies of #A87D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87D7C

Black with #A87D7C

Text Example


Text Example

White with #A87D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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