Html Css Color HEX #8E7D7C Bazaar

📋 copy color: '#8E7D7C'

red 142 ◦ green 125 ◦ blue 124

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

Shades of Bazaar #8E7D7C

Tints of Bazaar #8E7D7C

RGB

 RED value IS 142 (55.86% from 255) = 36.32%

 GREEN value IS 125 (49.22% from 255) = 31.97%

 BLUE value IS 124 (48.83% from 255) = 31.71%

R = 36.32%
G = 31.97%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E7D7C (or 0x8E7D7C) is known color: Bazaar. HEX triplet: 8E, 7D and 7C. RGB value is (142,125,124). Sum of RGB (Red+Green+Blue) = 142+125+124=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7D7C is #718283. Grayscale: #818181. Windows color (decimal): -7438980 or 8158606. OLE color: 8158606.

HSL color Cylindrical-coordinate representation of color #8E7D7C: hue angle of 3.33º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8E7D7C is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 125 124 -
CMYK 0 0.12 0.13 0.44
HSL 3.33º 0.07% 0.52% -
HSV(B) 3.33º 0.13% 0.56% -
XYZ 22.13 21.87 22.12 -
YUV 129.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 142 125 124 0 0.12 0.13 0.44 3.33 0.07 0.52
Hex 8E 7D 7C 0 C D 2C 3 7 34
Octal 216 175 174 0 14 15 54 3 7 64
Binary 10001110 1111101 1111100 0 1100 1101 101100 11 111 110100

Color Harmonies of #8E7D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7D7C

Black with #8E7D7C

Text Example


Text Example

White with #8E7D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,125,124); }

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

background-color css

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

 a { background-color: rgb(142,125,124); }

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

border-color css

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

 span { border-color: rgb(142,125,124); }

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