Html Css Color HEX #A07777 Opium

📋 copy color: '#A07777'

red 160 ◦ green 119 ◦ blue 119

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

Shades of Opium #A07777

Tints of Opium #A07777

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.9%

 BLUE value IS 119 (46.88% from 255) = 29.9%

R = 40.2%
G = 29.9%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A07777 (or 0xA07777) is known color: Opium. HEX triplet: A0, 77 and 77. RGB value is (160,119,119). Sum of RGB (Red+Green+Blue) = 160+119+119=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A07777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07777 is #5F8888. Grayscale: #838383. Windows color (decimal): -6260873 or 7829408. OLE color: 7829408.

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

Color convert

RGB 160 119 119 -
CMYK 0 0.26 0.26 0.37
HSL 0.18% 0.55% -
HSV(B) 0.26% 0.63% -
XYZ 24.42 22 20.41 -
YUV 131.26 121.08 148.5 -
System Red Green Blue C M Y K H S L
Decimal 160 119 119 0 0.26 0.26 0.37 0 0.18 0.55
Hex A0 77 77 0 1A 1A 25 0 12 37
Octal 240 167 167 0 32 32 45 0 22 67
Binary 10100000 1110111 1110111 0 11010 11010 100101 0 10010 110111

Color Harmonies of #A07777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07777

Black with #A07777

Text Example


Text Example

White with #A07777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07777; }

 p { color: rgb(160,119,119); }

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

background-color css

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

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

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

border-color css

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

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

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