Html Css Color HEX #8E7070 Bazaar

📋 copy color: '#8E7070'

red 142 ◦ green 112 ◦ blue 112

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

Shades of Bazaar #8E7070

Tints of Bazaar #8E7070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.6%

 BLUE value IS 112 (44.14% from 255) = 30.6%

R = 38.8%
G = 30.6%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#8E7070 (or 0x8E7070) is known color: Bazaar. HEX triplet: 8E, 70 and 70. RGB value is (142,112,112). Sum of RGB (Red+Green+Blue) = 142+112+112=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7070 is #718F8F. Grayscale: #797979. Windows color (decimal): -7442320 or 7368846. OLE color: 7368846.

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

Color convert

RGB 142 112 112 -
CMYK 0 0.21 0.21 0.44
HSL 0.12% 0.5% -
HSV(B) 0.21% 0.56% -
XYZ 19.87 18.51 17.85 -
YUV 120.97 122.94 143 -
System Red Green Blue C M Y K H S L
Decimal 142 112 112 0 0.21 0.21 0.44 0 0.12 0.5
Hex 8E 70 70 0 15 15 2C 0 C 32
Octal 216 160 160 0 25 25 54 0 14 62
Binary 10001110 1110000 1110000 0 10101 10101 101100 0 1100 110010

Color Harmonies of #8E7070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7070

Black with #8E7070

Text Example


Text Example

White with #8E7070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,112,112); }

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

background-color css

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

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

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

border-color css

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

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

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