Html Css Color HEX #857978 Bazaar

📋 copy color: '#857978'

red 133 ◦ green 121 ◦ blue 120

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

Shades of Bazaar #857978

Tints of Bazaar #857978

RGB

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

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

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

R = 35.56%
G = 32.35%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#857978 (or 0x857978) is known color: Bazaar. HEX triplet: 85, 79 and 78. RGB value is (133,121,120). Sum of RGB (Red+Green+Blue) = 133+121+120=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 133 - color contains mainly: red. Hex color #857978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857978 is #7A8687. Grayscale: #7C7C7C. Windows color (decimal): -8029832 or 7895429. OLE color: 7895429.

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

Color convert

RGB 133 121 120 -
CMYK 0 0.09 0.10 0.48
HSL 4.62º 0.05% 0.5% -
HSV(B) 4.62º 0.1% 0.52% -
XYZ 19.9 20.02 20.58 -
YUV 124.47 125.48 134.08 -
System Red Green Blue C M Y K H S L
Decimal 133 121 120 0 0.09 0.10 0.48 4.62 0.05 0.5
Hex 85 79 78 0 9 A 30 5 5 32
Octal 205 171 170 0 11 12 60 5 5 62
Binary 10000101 1111001 1111000 0 1001 1010 110000 101 101 110010

Color Harmonies of #857978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857978

Black with #857978

Text Example


Text Example

White with #857978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857978; }

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

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

background-color css

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

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

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

border-color css

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

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

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