Html Css Color HEX #A87F7E Opium

📋 copy color: '#A87F7E'

red 168 ◦ green 127 ◦ blue 126

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

Shades of Opium #A87F7E

Tints of Opium #A87F7E

RGB

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

 GREEN value IS 127 (50% from 255) = 30.17%

 BLUE value IS 126 (49.61% from 255) = 29.93%

R = 39.9%
G = 30.17%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A87F7E (or 0xA87F7E) is known color: Opium. HEX triplet: A8, 7F and 7E. RGB value is (168,127,126). Sum of RGB (Red+Green+Blue) = 168+127+126=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87F7E is #578081. Grayscale: #8B8B8B. Windows color (decimal): -5734530 or 8290216. OLE color: 8290216.

HSL color Cylindrical-coordinate representation of color #A87F7E: hue angle of 1.43º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A87F7E is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 127 126 -
CMYK 0 0.24 0.25 0.34
HSL 1.43º 0.19% 0.58% -
HSV(B) 1.43º 0.25% 0.66% -
XYZ 27.5 25.01 23.12 -
YUV 139.15 120.58 148.58 -
System Red Green Blue C M Y K H S L
Decimal 168 127 126 0 0.24 0.25 0.34 1.43 0.19 0.58
Hex A8 7F 7E 0 18 19 22 1 13 3A
Octal 250 177 176 0 30 31 42 1 23 72
Binary 10101000 1111111 1111110 0 11000 11001 100010 1 10011 111010

Color Harmonies of #A87F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87F7E

Black with #A87F7E

Text Example


Text Example

White with #A87F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87F7E; }

 p { color: rgb(168,127,126); }

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

background-color css

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

 a { background-color: rgb(168,127,126); }

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

border-color css

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

 span { border-color: rgb(168,127,126); }

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