Html Css Color HEX #8B7A79 Bazaar

📋 copy color: '#8B7A79'

red 139 ◦ green 122 ◦ blue 121

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

Shades of Bazaar #8B7A79

Tints of Bazaar #8B7A79

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.94%

 BLUE value IS 121 (47.66% from 255) = 31.68%

R = 36.39%
G = 31.94%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8B7A79 (or 0x8B7A79) is known color: Bazaar. HEX triplet: 8B, 7A and 79. RGB value is (139,122,121). Sum of RGB (Red+Green+Blue) = 139+122+121=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7A79 is #748586. Grayscale: #7E7E7E. Windows color (decimal): -7636359 or 7961227. OLE color: 7961227.

HSL color Cylindrical-coordinate representation of color #8B7A79: hue angle of 3.33º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8B7A79 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 122 121 -
CMYK 0 0.12 0.13 0.45
HSL 3.33º 0.07% 0.51% -
HSV(B) 3.33º 0.13% 0.55% -
XYZ 21.06 20.79 20.99 -
YUV 126.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 139 122 121 0 0.12 0.13 0.45 3.33 0.07 0.51
Hex 8B 7A 79 0 C D 2D 3 7 33
Octal 213 172 171 0 14 15 55 3 7 63
Binary 10001011 1111010 1111001 0 1100 1101 101101 11 111 110011

Color Harmonies of #8B7A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7A79

Black with #8B7A79

Text Example


Text Example

White with #8B7A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,122,121); }

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

background-color css

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

 a { background-color: rgb(139,122,121); }

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

border-color css

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

 span { border-color: rgb(139,122,121); }

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