Html Css Color HEX #8D7674 Bazaar

📋 copy color: '#8D7674'

red 141 ◦ green 118 ◦ blue 116

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

Shades of Bazaar #8D7674

Tints of Bazaar #8D7674

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.47%

 BLUE value IS 116 (45.7% from 255) = 30.93%

R = 37.6%
G = 31.47%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8D7674 (or 0x8D7674) is known color: Bazaar. HEX triplet: 8D, 76 and 74. RGB value is (141,118,116). Sum of RGB (Red+Green+Blue) = 141+118+116=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7674 is #72898B. Grayscale: #7C7C7C. Windows color (decimal): -7506316 or 7632525. OLE color: 7632525.

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

Color convert

RGB 141 118 116 -
CMYK 0 0.16 0.18 0.45
HSL 4.8º 0.1% 0.5% -
HSV(B) 4.8º 0.18% 0.55% -
XYZ 20.62 19.88 19.27 -
YUV 124.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 141 118 116 0 0.16 0.18 0.45 4.8 0.1 0.5
Hex 8D 76 74 0 10 12 2D 5 A 32
Octal 215 166 164 0 20 22 55 5 12 62
Binary 10001101 1110110 1110100 0 10000 10010 101101 101 1010 110010

Color Harmonies of #8D7674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7674

Black with #8D7674

Text Example


Text Example

White with #8D7674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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