Html Css Color HEX #8D7575 Bazaar

📋 copy color: '#8D7575'

red 141 ◦ green 117 ◦ blue 117

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

Shades of Bazaar #8D7575

Tints of Bazaar #8D7575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.2%

 BLUE value IS 117 (46.09% from 255) = 31.2%

R = 37.6%
G = 31.2%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8D7575 (or 0x8D7575) is known color: Bazaar. HEX triplet: 8D, 75 and 75. RGB value is (141,117,117). Sum of RGB (Red+Green+Blue) = 141+117+117=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7575 is #728A8A. Grayscale: #7C7C7C. Windows color (decimal): -7506571 or 7697805. OLE color: 7697805.

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

Color convert

RGB 141 117 117 -
CMYK 0 0.17 0.17 0.45
HSL 0.1% 0.51% -
HSV(B) 0.17% 0.55% -
XYZ 20.56 19.67 19.54 -
YUV 124.18 123.95 140 -
System Red Green Blue C M Y K H S L
Decimal 141 117 117 0 0.17 0.17 0.45 0 0.1 0.51
Hex 8D 75 75 0 11 11 2D 0 A 33
Octal 215 165 165 0 21 21 55 0 12 63
Binary 10001101 1110101 1110101 0 10001 10001 101101 0 1010 110011

Color Harmonies of #8D7575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7575

Black with #8D7575

Text Example


Text Example

White with #8D7575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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