Html Css Color HEX #8C7876 Bazaar

📋 copy color: '#8C7876'

red 140 ◦ green 120 ◦ blue 118

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

Shades of Bazaar #8C7876

Tints of Bazaar #8C7876

RGB

 RED value IS 140 (55.08% from 255) = 37.04%

 GREEN value IS 120 (47.27% from 255) = 31.75%

 BLUE value IS 118 (46.48% from 255) = 31.22%

R = 37.04%
G = 31.75%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8C7876 (or 0x8C7876) is known color: Bazaar. HEX triplet: 8C, 78 and 76. RGB value is (140,120,118). Sum of RGB (Red+Green+Blue) = 140+120+118=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7876 is #738789. Grayscale: #7D7D7D. Windows color (decimal): -7571338 or 7764108. OLE color: 7764108.

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

Color convert

RGB 140 120 118 -
CMYK 0 0.14 0.16 0.45
HSL 5.45º 0.09% 0.51% -
HSV(B) 5.45º 0.16% 0.55% -
XYZ 20.8 20.32 19.96 -
YUV 125.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 140 120 118 0 0.14 0.16 0.45 5.45 0.09 0.51
Hex 8C 78 76 0 E 10 2D 5 9 33
Octal 214 170 166 0 16 20 55 5 11 63
Binary 10001100 1111000 1110110 0 1110 10000 101101 101 1001 110011

Color Harmonies of #8C7876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7876

Black with #8C7876

Text Example


Text Example

White with #8C7876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,120,118); }

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

background-color css

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

 a { background-color: rgb(140,120,118); }

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

border-color css

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

 span { border-color: rgb(140,120,118); }

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