Html Css Color HEX #8F7470 Bazaar

📋 copy color: '#8F7470'

red 143 ◦ green 116 ◦ blue 112

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

Shades of Bazaar #8F7470

Tints of Bazaar #8F7470

RGB

 RED value IS 143 (56.25% from 255) = 38.54%

 GREEN value IS 116 (45.7% from 255) = 31.27%

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

R = 38.54%
G = 31.27%
B = 30.19%

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

#8F7470 (or 0x8F7470) is known color: Bazaar. HEX triplet: 8F, 74 and 70. RGB value is (143,116,112). Sum of RGB (Red+Green+Blue) = 143+116+112=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7470 is #708B8F. Grayscale: #7B7B7B. Windows color (decimal): -7375760 or 7369871. OLE color: 7369871.

HSL color Cylindrical-coordinate representation of color #8F7470: 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 #8F7470 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 116 112 -
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.5 19.5 18.01 -
YUV 123.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 143 116 112 0 0.19 0.22 0.44 7.74 0.12 0.5
Hex 8F 74 70 0 13 16 2C 8 C 32
Octal 217 164 160 0 23 26 54 10 14 62
Binary 10001111 1110100 1110000 0 10011 10110 101100 1000 1100 110010

Color Harmonies of #8F7470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7470

Black with #8F7470

Text Example


Text Example

White with #8F7470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,116,112); }

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

background-color css

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

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

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

border-color css

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

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

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