#827775

Color #827775 Bazaar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bazaar #827775

Tints of Bazaar #827775

Color information

#827775 (or 0x827775) is unknown color: approx Bazaar. HEX triplet: 82, 77 and 75. RGB value is (130,119,117). Sum of RGB (Red+Green+Blue) = 130+119+117=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 130 - color contains mainly: red. Hex color #827775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827775 is #7D888A. Grayscale: #7A7A7A. Windows color (decimal): -8226955 or 7698306. OLE color: 7698306.

HSL color Cylindrical-coordinate representation of color #827775: hue angle of 9.23º 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 #827775 is Cyan = 0, Magento = 0.08, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB130119117-
CMYK00.080.10.49
HSL9.23º5.26%48.43%-
HSV(B)9.23º10%50.98%-
XYZ19.0119.2219.54-
YUV122.06125.14133.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 119 (46.88% from 255) = 32.51%
BLUE value IS 117 (46.09% from 255) = 31.97%
R=35.52%
G=32.51%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011911700.080.10.499.235.2648.43
Hex82777508A319530
Octal202167165010126111560
Binary10000010111011111101010100010101100011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827775; }

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

 H1.HeaderClassName
 {
   color: #827775;
 }
 .AnyTagClassName
 {
   color: #827775;
 }
</style>
background-color css

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

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

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

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

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

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