Html Css Color HEX #A07C7B Opium

📋 copy color: '#A07C7B'

red 160 ◦ green 124 ◦ blue 123

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

Shades of Opium #A07C7B

Tints of Opium #A07C7B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.47%

 BLUE value IS 123 (48.44% from 255) = 30.22%

R = 39.31%
G = 30.47%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A07C7B (or 0xA07C7B) is known color: Opium. HEX triplet: A0, 7C and 7B. RGB value is (160,124,123). Sum of RGB (Red+Green+Blue) = 160+124+123=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07C7B is #5F8384. Grayscale: #868686. Windows color (decimal): -6259589 or 8092832. OLE color: 8092832.

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

Color convert

RGB 160 124 123 -
CMYK 0 0.22 0.23 0.37
HSL 1.62º 0.16% 0.55% -
HSV(B) 1.62º 0.23% 0.63% -
XYZ 25.28 23.32 21.91 -
YUV 134.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 160 124 123 0 0.22 0.23 0.37 1.62 0.16 0.55
Hex A0 7C 7B 0 16 17 25 2 10 37
Octal 240 174 173 0 26 27 45 2 20 67
Binary 10100000 1111100 1111011 0 10110 10111 100101 10 10000 110111

Color Harmonies of #A07C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07C7B

Black with #A07C7B

Text Example


Text Example

White with #A07C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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