Html Css Color HEX #A07F7A Opium

📋 copy color: '#A07F7A'

red 160 ◦ green 127 ◦ blue 122

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

Shades of Opium #A07F7A

Tints of Opium #A07F7A

RGB

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

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

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

R = 39.12%
G = 31.05%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A07F7A (or 0xA07F7A) is known color: Opium. HEX triplet: A0, 7F and 7A. RGB value is (160,127,122). Sum of RGB (Red+Green+Blue) = 160+127+122=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07F7A is #5F8085. Grayscale: #888888. Windows color (decimal): -6258822 or 8028064. OLE color: 8028064.

HSL color Cylindrical-coordinate representation of color #A07F7A: hue angle of 7.89º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A07F7A is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 127 122 -
CMYK 0 0.21 0.24 0.37
HSL 7.89º 0.17% 0.55% -
HSV(B) 7.89º 0.24% 0.63% -
XYZ 25.6 24.06 21.71 -
YUV 136.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 160 127 122 0 0.21 0.24 0.37 7.89 0.17 0.55
Hex A0 7F 7A 0 15 18 25 8 11 37
Octal 240 177 172 0 25 30 45 10 21 67
Binary 10100000 1111111 1111010 0 10101 11000 100101 1000 10001 110111

Color Harmonies of #A07F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07F7A

Black with #A07F7A

Text Example


Text Example

White with #A07F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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