Html Css Color HEX #8A7170 Bazaar

📋 copy color: '#8A7170'

red 138 ◦ green 113 ◦ blue 112

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

Shades of Bazaar #8A7170

Tints of Bazaar #8A7170

RGB

 RED value IS 138 (54.3% from 255) = 38.02%

 GREEN value IS 113 (44.53% from 255) = 31.13%

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

R = 38.02%
G = 31.13%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#8A7170 (or 0x8A7170) is known color: Bazaar. HEX triplet: 8A, 71 and 70. RGB value is (138,113,112). Sum of RGB (Red+Green+Blue) = 138+113+112=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7170 is #758E8F. Grayscale: #787878. Windows color (decimal): -7704208 or 7369098. OLE color: 7369098.

HSL color Cylindrical-coordinate representation of color #8A7170: hue angle of 2.31º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A7170 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 113 112 -
CMYK 0 0.18 0.19 0.46
HSL 2.31º 0.1% 0.49% -
HSV(B) 2.31º 0.19% 0.54% -
XYZ 19.31 18.38 17.86 -
YUV 120.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 138 113 112 0 0.18 0.19 0.46 2.31 0.1 0.49
Hex 8A 71 70 0 12 13 2E 2 A 31
Octal 212 161 160 0 22 23 56 2 12 61
Binary 10001010 1110001 1110000 0 10010 10011 101110 10 1010 110001

Color Harmonies of #8A7170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7170

Black with #8A7170

Text Example


Text Example

White with #8A7170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,113,112); }

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

background-color css

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

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

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

border-color css

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

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

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