Html Css Color HEX #857777 Bazaar

📋 copy color: '#857777'

red 133 ◦ green 119 ◦ blue 119

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

Shades of Bazaar #857777

Tints of Bazaar #857777

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.08%

 BLUE value IS 119 (46.88% from 255) = 32.08%

R = 35.85%
G = 32.08%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#857777 (or 0x857777) is known color: Bazaar. HEX triplet: 85, 77 and 77. RGB value is (133,119,119). Sum of RGB (Red+Green+Blue) = 133+119+119=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 133 - color contains mainly: red. Hex color #857777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857777 is #7A8888. Grayscale: #7B7B7B. Windows color (decimal): -8030345 or 7829381. OLE color: 7829381.

HSL color Cylindrical-coordinate representation of color #857777: hue angle of 0º 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 #857777 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 119 119 -
CMYK 0 0.11 0.11 0.48
HSL 0.06% 0.49% -
HSV(B) 0.11% 0.52% -
XYZ 19.6 19.51 20.19 -
YUV 123.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 133 119 119 0 0.11 0.11 0.48 0 0.06 0.49
Hex 85 77 77 0 B B 30 0 6 31
Octal 205 167 167 0 13 13 60 0 6 61
Binary 10000101 1110111 1110111 0 1011 1011 110000 0 110 110001

Color Harmonies of #857777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857777

Black with #857777

Text Example


Text Example

White with #857777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857777; }

 p { color: rgb(133,119,119); }

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

background-color css

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

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

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

border-color css

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

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

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