Html Css Color HEX #8B7676 Bazaar

📋 copy color: '#8B7676'

red 139 ◦ green 118 ◦ blue 118

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

Shades of Bazaar #8B7676

Tints of Bazaar #8B7676

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.47%

 BLUE value IS 118 (46.48% from 255) = 31.47%

R = 37.07%
G = 31.47%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8B7676 (or 0x8B7676) is known color: Bazaar. HEX triplet: 8B, 76 and 76. RGB value is (139,118,118). Sum of RGB (Red+Green+Blue) = 139+118+118=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7676 is #748989. Grayscale: #7C7C7C. Windows color (decimal): -7637386 or 7763595. OLE color: 7763595.

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

Color convert

RGB 139 118 118 -
CMYK 0 0.15 0.15 0.45
HSL 0.08% 0.5% -
HSV(B) 0.15% 0.55% -
XYZ 20.4 19.75 19.88 -
YUV 124.28 124.46 138.5 -
System Red Green Blue C M Y K H S L
Decimal 139 118 118 0 0.15 0.15 0.45 0 0.08 0.5
Hex 8B 76 76 0 F F 2D 0 8 32
Octal 213 166 166 0 17 17 55 0 10 62
Binary 10001011 1110110 1110110 0 1111 1111 101101 0 1000 110010

Color Harmonies of #8B7676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7676

Black with #8B7676

Text Example


Text Example

White with #8B7676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,118,118); }

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

background-color css

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

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

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

border-color css

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

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

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