Html Css Color HEX #807373 Bazaar

📋 copy color: '#807373'

red 128 ◦ green 115 ◦ blue 115

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

Shades of Bazaar #807373

Tints of Bazaar #807373

RGB

 RED value IS 128 (50.39% from 255) = 35.75%

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

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

R = 35.75%
G = 32.12%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#807373 (or 0x807373) is known color: Bazaar. HEX triplet: 80, 73 and 73. RGB value is (128,115,115). Sum of RGB (Red+Green+Blue) = 128+115+115=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 128 - color contains mainly: red. Hex color #807373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807373 is #7F8C8C. Grayscale: #767676. Windows color (decimal): -8359053 or 7566208. OLE color: 7566208.

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

Color convert

RGB 128 115 115 -
CMYK 0 0.10 0.10 0.50
HSL 0.05% 0.48% -
HSV(B) 0.1% 0.5% -
XYZ 18.13 18.09 18.76 -
YUV 118.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 128 115 115 0 0.10 0.10 0.50 0 0.05 0.48
Hex 80 73 73 0 A A 32 0 5 30
Octal 200 163 163 0 12 12 62 0 5 60
Binary 10000000 1110011 1110011 0 1010 1010 110010 0 101 110000

Color Harmonies of #807373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807373

Black with #807373

Text Example


Text Example

White with #807373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807373; }

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

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

background-color css

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

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

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

border-color css

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

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

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