Html Css Color HEX #857878 Bazaar

📋 copy color: '#857878'

red 133 ◦ green 120 ◦ blue 120

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

Shades of Bazaar #857878

Tints of Bazaar #857878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.17%

R = 35.66%
G = 32.17%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#857878 (or 0x857878) is known color: Bazaar. HEX triplet: 85, 78 and 78. RGB value is (133,120,120). Sum of RGB (Red+Green+Blue) = 133+120+120=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 133 - color contains mainly: red. Hex color #857878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857878 is #7A8787. Grayscale: #7B7B7B. Windows color (decimal): -8030088 or 7895173. OLE color: 7895173.

HSL color Cylindrical-coordinate representation of color #857878: 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.1%. Process color model (Four color, CMYK) of #857878 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 120 120 -
CMYK 0 0.10 0.10 0.48
HSL 0.05% 0.5% -
HSV(B) 0.1% 0.52% -
XYZ 19.78 19.78 20.54 -
YUV 123.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 133 120 120 0 0.10 0.10 0.48 0 0.05 0.5
Hex 85 78 78 0 A A 30 0 5 32
Octal 205 170 170 0 12 12 60 0 5 62
Binary 10000101 1111000 1111000 0 1010 1010 110000 0 101 110010

Color Harmonies of #857878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857878

Black with #857878

Text Example


Text Example

White with #857878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857878; }

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

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

background-color css

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

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

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

border-color css

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

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

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