Html Css Color HEX #847574 Bazaar

📋 copy color: '#847574'

red 132 ◦ green 117 ◦ blue 116

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

Shades of Bazaar #847574

Tints of Bazaar #847574

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.05%

 BLUE value IS 116 (45.7% from 255) = 31.78%

R = 36.16%
G = 32.05%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#847574 (or 0x847574) is known color: Bazaar. HEX triplet: 84, 75 and 74. RGB value is (132,117,116). Sum of RGB (Red+Green+Blue) = 132+117+116=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 132 - color contains mainly: red. Hex color #847574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847574 is #7B8A8B. Grayscale: #797979. Windows color (decimal): -8096396 or 7632260. OLE color: 7632260.

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

Color convert

RGB 132 117 116 -
CMYK 0 0.11 0.12 0.48
HSL 3.75º 0.06% 0.49% -
HSV(B) 3.75º 0.12% 0.52% -
XYZ 19.03 18.89 19.17 -
YUV 121.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 132 117 116 0 0.11 0.12 0.48 3.75 0.06 0.49
Hex 84 75 74 0 B C 30 4 6 31
Octal 204 165 164 0 13 14 60 4 6 61
Binary 10000100 1110101 1110100 0 1011 1100 110000 100 110 110001

Color Harmonies of #847574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847574

Black with #847574

Text Example


Text Example

White with #847574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847574; }

 p { color: rgb(132,117,116); }

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

background-color css

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

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

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

border-color css

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

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

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