Html Css Color HEX #827373 Bazaar

📋 copy color: '#827373'

red 130 ◦ green 115 ◦ blue 115

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

Shades of Bazaar #827373

Tints of Bazaar #827373

RGB

 RED value IS 130 (51.17% from 255) = 36.11%

 GREEN value IS 115 (45.31% from 255) = 31.94%

 BLUE value IS 115 (45.31% from 255) = 31.94%

R = 36.11%
G = 31.94%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#827373 (or 0x827373) is known color: Bazaar. HEX triplet: 82, 73 and 73. RGB value is (130,115,115). Sum of RGB (Red+Green+Blue) = 130+115+115=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 130 - color contains mainly: red. Hex color #827373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827373 is #7D8C8C. Grayscale: #777777. Windows color (decimal): -8227981 or 7566210. OLE color: 7566210.

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

Color convert

RGB 130 115 115 -
CMYK 0 0.12 0.12 0.49
HSL 0.06% 0.48% -
HSV(B) 0.12% 0.51% -
XYZ 18.43 18.25 18.77 -
YUV 119.49 125.47 135.5 -
System Red Green Blue C M Y K H S L
Decimal 130 115 115 0 0.12 0.12 0.49 0 0.06 0.48
Hex 82 73 73 0 C C 31 0 6 30
Octal 202 163 163 0 14 14 61 0 6 60
Binary 10000010 1110011 1110011 0 1100 1100 110001 0 110 110000

Color Harmonies of #827373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827373

Black with #827373

Text Example


Text Example

White with #827373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827373; }

 p { color: rgb(130,115,115); }

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

background-color css

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

 a { background-color: rgb(130,115,115); }

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

border-color css

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

 span { border-color: rgb(130,115,115); }

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