Html Css Color HEX #827575 Bazaar

📋 copy color: '#827575'

red 130 ◦ green 117 ◦ blue 117

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

Shades of Bazaar #827575

Tints of Bazaar #827575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.14%

R = 35.71%
G = 32.14%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#827575 (or 0x827575) is known color: Bazaar. HEX triplet: 82, 75 and 75. RGB value is (130,117,117). Sum of RGB (Red+Green+Blue) = 130+117+117=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 130 - color contains mainly: red. Hex color #827575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827575 is #7D8A8A. Grayscale: #787878. Windows color (decimal): -8227467 or 7697794. OLE color: 7697794.

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

Color convert

RGB 130 117 117 -
CMYK 0 0.1 0.1 0.49
HSL 0.05% 0.48% -
HSV(B) 0.1% 0.51% -
XYZ 18.78 18.75 19.46 -
YUV 120.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 130 117 117 0 0.1 0.1 0.49 0 0.05 0.48
Hex 82 75 75 0 A A 31 0 5 30
Octal 202 165 165 0 12 12 61 0 5 60
Binary 10000010 1110101 1110101 0 1010 1010 110001 0 101 110000

Color Harmonies of #827575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827575

Black with #827575

Text Example


Text Example

White with #827575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827575; }

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

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

background-color css

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

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

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

border-color css

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

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

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