Html Css Color HEX #857979 Bazaar

📋 copy color: '#857979'

red 133 ◦ green 121 ◦ blue 121

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

Shades of Bazaar #857979

Tints of Bazaar #857979

RGB

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

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

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

R = 35.47%
G = 32.27%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#857979 (or 0x857979) is known color: Bazaar. HEX triplet: 85, 79 and 79. RGB value is (133,121,121). Sum of RGB (Red+Green+Blue) = 133+121+121=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 133 - color contains mainly: red. Hex color #857979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857979 is #7A8686. Grayscale: #7C7C7C. Windows color (decimal): -8029831 or 7960965. OLE color: 7960965.

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

Color convert

RGB 133 121 121 -
CMYK 0 0.09 0.09 0.48
HSL 0.05% 0.5% -
HSV(B) 0.09% 0.52% -
XYZ 19.96 20.04 20.91 -
YUV 124.59 125.98 134 -
System Red Green Blue C M Y K H S L
Decimal 133 121 121 0 0.09 0.09 0.48 0 0.05 0.5
Hex 85 79 79 0 9 9 30 0 5 32
Octal 205 171 171 0 11 11 60 0 5 62
Binary 10000101 1111001 1111001 0 1001 1001 110000 0 101 110010

Color Harmonies of #857979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857979

Black with #857979

Text Example


Text Example

White with #857979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857979; }

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

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

background-color css

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

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

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

border-color css

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

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

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