Html Css Color HEX #8D7470 Bazaar

📋 copy color: '#8D7470'

red 141 ◦ green 116 ◦ blue 112

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

Shades of Bazaar #8D7470

Tints of Bazaar #8D7470

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.44%

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

R = 38.21%
G = 31.44%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8D7470 (or 0x8D7470) is known color: Bazaar. HEX triplet: 8D, 74 and 70. RGB value is (141,116,112). Sum of RGB (Red+Green+Blue) = 141+116+112=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7470 is #728B8F. Grayscale: #7B7B7B. Windows color (decimal): -7506832 or 7369869. OLE color: 7369869.

HSL color Cylindrical-coordinate representation of color #8D7470: hue angle of 8.28º 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 #8D7470 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 116 112 -
CMYK 0 0.18 0.21 0.45
HSL 8.28º 0.11% 0.5% -
HSV(B) 8.28º 0.21% 0.55% -
XYZ 20.15 19.32 18 -
YUV 123.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 141 116 112 0 0.18 0.21 0.45 8.28 0.11 0.5
Hex 8D 74 70 0 12 15 2D 8 B 32
Octal 215 164 160 0 22 25 55 10 13 62
Binary 10001101 1110100 1110000 0 10010 10101 101101 1000 1011 110010

Color Harmonies of #8D7470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7470

Black with #8D7470

Text Example


Text Example

White with #8D7470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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