Html Css Color HEX #847878 Bazaar

📋 copy color: '#847878'

red 132 ◦ green 120 ◦ blue 120

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

Shades of Bazaar #847878

Tints of Bazaar #847878

RGB

 RED value IS 132 (51.95% from 255) = 35.48%

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

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

R = 35.48%
G = 32.26%
B = 32.26%

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

#847878 (or 0x847878) is known color: Bazaar. HEX triplet: 84, 78 and 78. RGB value is (132,120,120). Sum of RGB (Red+Green+Blue) = 132+120+120=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 132 - color contains mainly: red. Hex color #847878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847878 is #7B8787. Grayscale: #7B7B7B. Windows color (decimal): -8095624 or 7895172. OLE color: 7895172.

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

Color convert

RGB 132 120 120 -
CMYK 0 0.09 0.09 0.48
HSL 0.05% 0.49% -
HSV(B) 0.09% 0.52% -
XYZ 19.62 19.69 20.54 -
YUV 123.59 125.98 134 -
System Red Green Blue C M Y K H S L
Decimal 132 120 120 0 0.09 0.09 0.48 0 0.05 0.49
Hex 84 78 78 0 9 9 30 0 5 31
Octal 204 170 170 0 11 11 60 0 5 61
Binary 10000100 1111000 1111000 0 1001 1001 110000 0 101 110001

Color Harmonies of #847878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847878

Black with #847878

Text Example


Text Example

White with #847878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847878; }

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

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

background-color css

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

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

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

border-color css

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

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

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