Html Css Color HEX #8B7472 Bazaar

📋 copy color: '#8B7472'

red 139 ◦ green 116 ◦ blue 114

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

Shades of Bazaar #8B7472

Tints of Bazaar #8B7472

RGB

 RED value IS 139 (54.69% from 255) = 37.67%

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

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

R = 37.67%
G = 31.44%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8B7472 (or 0x8B7472) is known color: Bazaar. HEX triplet: 8B, 74 and 72. RGB value is (139,116,114). Sum of RGB (Red+Green+Blue) = 139+116+114=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7472 is #748B8D. Grayscale: #7A7A7A. Windows color (decimal): -7637902 or 7500939. OLE color: 7500939.

HSL color Cylindrical-coordinate representation of color #8B7472: hue angle of 4.8º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B7472 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 116 114 -
CMYK 0 0.17 0.18 0.45
HSL 4.8º 0.1% 0.5% -
HSV(B) 4.8º 0.18% 0.55% -
XYZ 19.93 19.19 18.57 -
YUV 122.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 139 116 114 0 0.17 0.18 0.45 4.8 0.1 0.5
Hex 8B 74 72 0 11 12 2D 5 A 32
Octal 213 164 162 0 21 22 55 5 12 62
Binary 10001011 1110100 1110010 0 10001 10010 101101 101 1010 110010

Color Harmonies of #8B7472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7472

Black with #8B7472

Text Example


Text Example

White with #8B7472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,116,114); }

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

background-color css

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

 a { background-color: rgb(139,116,114); }

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

border-color css

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

 span { border-color: rgb(139,116,114); }

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