Html Css Color HEX #A07F7C Opium

📋 copy color: '#A07F7C'

red 160 ◦ green 127 ◦ blue 124

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

Shades of Opium #A07F7C

Tints of Opium #A07F7C

RGB

 RED value IS 160 (62.89% from 255) = 38.93%

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

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

R = 38.93%
G = 30.9%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A07F7C (or 0xA07F7C) is known color: Opium. HEX triplet: A0, 7F and 7C. RGB value is (160,127,124). Sum of RGB (Red+Green+Blue) = 160+127+124=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07F7C is #5F8083. Grayscale: #888888. Windows color (decimal): -6258820 or 8159136. OLE color: 8159136.

HSL color Cylindrical-coordinate representation of color #A07F7C: hue angle of 5º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A07F7C is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 127 124 -
CMYK 0 0.21 0.22 0.37
HSL 0.16% 0.56% -
HSV(B) 0.23% 0.63% -
XYZ 25.72 24.11 22.37 -
YUV 136.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 160 127 124 0 0.21 0.22 0.37 5 0.16 0.56
Hex A0 7F 7C 0 15 16 25 5 10 38
Octal 240 177 174 0 25 26 45 5 20 70
Binary 10100000 1111111 1111100 0 10101 10110 100101 101 10000 111000

Color Harmonies of #A07F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07F7C

Black with #A07F7C

Text Example


Text Example

White with #A07F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07F7C; }

 p { color: rgb(160,127,124); }

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

background-color css

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

 a { background-color: rgb(160,127,124); }

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

border-color css

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

 span { border-color: rgb(160,127,124); }

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