Html Css Color HEX #8B7B79 Bazaar

📋 copy color: '#8B7B79'

red 139 ◦ green 123 ◦ blue 121

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

Shades of Bazaar #8B7B79

Tints of Bazaar #8B7B79

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.11%

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

R = 36.29%
G = 32.11%
B = 31.59%

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

#8B7B79 (or 0x8B7B79) is known color: Bazaar. HEX triplet: 8B, 7B and 79. RGB value is (139,123,121). Sum of RGB (Red+Green+Blue) = 139+123+121=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7B79 is #748486. Grayscale: #7F7F7F. Windows color (decimal): -7636103 or 7961483. OLE color: 7961483.

HSL color Cylindrical-coordinate representation of color #8B7B79: hue angle of 6.67º 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 #8B7B79 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 123 121 -
CMYK 0 0.12 0.13 0.45
HSL 6.67º 0.07% 0.51% -
HSV(B) 6.67º 0.13% 0.55% -
XYZ 21.18 21.04 21.03 -
YUV 127.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 139 123 121 0 0.12 0.13 0.45 6.67 0.07 0.51
Hex 8B 7B 79 0 C D 2D 7 7 33
Octal 213 173 171 0 14 15 55 7 7 63
Binary 10001011 1111011 1111001 0 1100 1101 101101 111 111 110011

Color Harmonies of #8B7B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7B79

Black with #8B7B79

Text Example


Text Example

White with #8B7B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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