Html Css Color HEX #8E7572 Bazaar

📋 copy color: '#8E7572'

red 142 ◦ green 117 ◦ blue 114

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

Shades of Bazaar #8E7572

Tints of Bazaar #8E7572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.56%

R = 38.07%
G = 31.37%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8E7572 (or 0x8E7572) is known color: Bazaar. HEX triplet: 8E, 75 and 72. RGB value is (142,117,114). Sum of RGB (Red+Green+Blue) = 142+117+114=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7572 is #718A8D. Grayscale: #7C7C7C. Windows color (decimal): -7441038 or 7501198. OLE color: 7501198.

HSL color Cylindrical-coordinate representation of color #8E7572: hue angle of 6.43º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8E7572 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 117 114 -
CMYK 0 0.18 0.20 0.44
HSL 6.43º 0.11% 0.5% -
HSV(B) 6.43º 0.2% 0.56% -
XYZ 20.55 19.69 18.64 -
YUV 124.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 142 117 114 0 0.18 0.20 0.44 6.43 0.11 0.5
Hex 8E 75 72 0 12 14 2C 6 B 32
Octal 216 165 162 0 22 24 54 6 13 62
Binary 10001110 1110101 1110010 0 10010 10100 101100 110 1011 110010

Color Harmonies of #8E7572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7572

Black with #8E7572

Text Example


Text Example

White with #8E7572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,117,114); }

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

background-color css

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

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

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

border-color css

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

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

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