Html Css Color HEX #857876 Bazaar

📋 copy color: '#857876'

red 133 ◦ green 120 ◦ blue 118

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

Shades of Bazaar #857876

Tints of Bazaar #857876

RGB

 RED value IS 133 (52.34% from 255) = 35.85%

 GREEN value IS 120 (47.27% from 255) = 32.35%

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

R = 35.85%
G = 32.35%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#857876 (or 0x857876) is known color: Bazaar. HEX triplet: 85, 78 and 76. RGB value is (133,120,118). Sum of RGB (Red+Green+Blue) = 133+120+118=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 133 - color contains mainly: red. Hex color #857876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857876 is #7A8789. Grayscale: #7B7B7B. Windows color (decimal): -8030090 or 7764101. OLE color: 7764101.

HSL color Cylindrical-coordinate representation of color #857876: hue angle of 8º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #857876 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 120 118 -
CMYK 0 0.10 0.11 0.48
HSL 0.06% 0.49% -
HSV(B) 0.11% 0.52% -
XYZ 19.66 19.73 19.91 -
YUV 123.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 133 120 118 0 0.10 0.11 0.48 8 0.06 0.49
Hex 85 78 76 0 A B 30 8 6 31
Octal 205 170 166 0 12 13 60 10 6 61
Binary 10000101 1111000 1110110 0 1010 1011 110000 1000 110 110001

Color Harmonies of #857876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857876

Black with #857876

Text Example


Text Example

White with #857876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857876; }

 p { color: rgb(133,120,118); }

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

background-color css

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

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

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

border-color css

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

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

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