Html Css Color HEX #857977 Bazaar

📋 copy color: '#857977'

red 133 ◦ green 121 ◦ blue 119

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

Shades of Bazaar #857977

Tints of Bazaar #857977

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.44%

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

R = 35.66%
G = 32.44%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#857977 (or 0x857977) is known color: Bazaar. HEX triplet: 85, 79 and 77. RGB value is (133,121,119). Sum of RGB (Red+Green+Blue) = 133+121+119=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 133 - color contains mainly: red. Hex color #857977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857977 is #7A8688. Grayscale: #7C7C7C. Windows color (decimal): -8029833 or 7829893. OLE color: 7829893.

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

Color convert

RGB 133 121 119 -
CMYK 0 0.09 0.11 0.48
HSL 8.57º 0.06% 0.49% -
HSV(B) 8.57º 0.11% 0.52% -
XYZ 19.84 19.99 20.27 -
YUV 124.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 133 121 119 0 0.09 0.11 0.48 8.57 0.06 0.49
Hex 85 79 77 0 9 B 30 9 6 31
Octal 205 171 167 0 11 13 60 11 6 61
Binary 10000101 1111001 1110111 0 1001 1011 110000 1001 110 110001

Color Harmonies of #857977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857977

Black with #857977

Text Example


Text Example

White with #857977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857977; }

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

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

background-color css

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

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

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

border-color css

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

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

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