Html Css Color HEX #8D7070 Bazaar

📋 copy color: '#8D7070'

red 141 ◦ green 112 ◦ blue 112

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

Shades of Bazaar #8D7070

Tints of Bazaar #8D7070

RGB

 RED value IS 141 (55.47% from 255) = 38.63%

 GREEN value IS 112 (44.14% from 255) = 30.68%

 BLUE value IS 112 (44.14% from 255) = 30.68%

R = 38.63%
G = 30.68%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8D7070 (or 0x8D7070) is known color: Bazaar. HEX triplet: 8D, 70 and 70. RGB value is (141,112,112). Sum of RGB (Red+Green+Blue) = 141+112+112=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7070 is #728F8F. Grayscale: #787878. Windows color (decimal): -7507856 or 7368845. OLE color: 7368845.

HSL color Cylindrical-coordinate representation of color #8D7070: hue angle of 0º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D7070 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 112 112 -
CMYK 0 0.21 0.21 0.45
HSL 0.11% 0.5% -
HSV(B) 0.21% 0.55% -
XYZ 19.7 18.42 17.85 -
YUV 120.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 141 112 112 0 0.21 0.21 0.45 0 0.11 0.5
Hex 8D 70 70 0 15 15 2D 0 B 32
Octal 215 160 160 0 25 25 55 0 13 62
Binary 10001101 1110000 1110000 0 10101 10101 101101 0 1011 110010

Color Harmonies of #8D7070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7070

Black with #8D7070

Text Example


Text Example

White with #8D7070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D7070; }

 p { color: rgb(141,112,112); }

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

background-color css

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

 a { background-color: rgb(141,112,112); }

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

border-color css

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

 span { border-color: rgb(141,112,112); }

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