Html Css Color HEX #8E736F Bazaar

📋 copy color: '#8E736F'

red 142 ◦ green 115 ◦ blue 111

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

Shades of Bazaar #8E736F

Tints of Bazaar #8E736F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.25%

 BLUE value IS 111 (43.75% from 255) = 30.16%

R = 38.59%
G = 31.25%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#8E736F (or 0x8E736F) is known color: Bazaar. HEX triplet: 8E, 73 and 6F. RGB value is (142,115,111). Sum of RGB (Red+Green+Blue) = 142+115+111=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 142 - color contains mainly: red. Hex color #8E736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E736F is #718C90. Grayscale: #7A7A7A. Windows color (decimal): -7441553 or 7304078. OLE color: 7304078.

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

Color convert

RGB 142 115 111 -
CMYK 0 0.19 0.22 0.44
HSL 7.74º 0.12% 0.5% -
HSV(B) 7.74º 0.22% 0.56% -
XYZ 20.16 19.16 17.67 -
YUV 122.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 142 115 111 0 0.19 0.22 0.44 7.74 0.12 0.5
Hex 8E 73 6F 0 13 16 2C 8 C 32
Octal 216 163 157 0 23 26 54 10 14 62
Binary 10001110 1110011 1101111 0 10011 10110 101100 1000 1100 110010

Color Harmonies of #8E736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E736F

Black with #8E736F

Text Example


Text Example

White with #8E736F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,115,111); }

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

background-color css

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

 a { background-color: rgb(142,115,111); }

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

border-color css

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

 span { border-color: rgb(142,115,111); }

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