Html Css Color HEX #8D7775 Bazaar

📋 copy color: '#8D7775'

red 141 ◦ green 119 ◦ blue 117

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

Shades of Bazaar #8D7775

Tints of Bazaar #8D7775

RGB

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

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

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

R = 37.4%
G = 31.56%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8D7775 (or 0x8D7775) is known color: Bazaar. HEX triplet: 8D, 77 and 75. RGB value is (141,119,117). Sum of RGB (Red+Green+Blue) = 141+119+117=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7775 is #72888A. Grayscale: #7D7D7D. Windows color (decimal): -7506059 or 7698317. OLE color: 7698317.

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

Color convert

RGB 141 119 117 -
CMYK 0 0.16 0.17 0.45
HSL 0.1% 0.51% -
HSV(B) 0.17% 0.55% -
XYZ 20.79 20.14 19.62 -
YUV 125.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 141 119 117 0 0.16 0.17 0.45 5 0.1 0.51
Hex 8D 77 75 0 10 11 2D 5 A 33
Octal 215 167 165 0 20 21 55 5 12 63
Binary 10001101 1110111 1110101 0 10000 10001 101101 101 1010 110011

Color Harmonies of #8D7775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7775

Black with #8D7775

Text Example


Text Example

White with #8D7775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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