#977675

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

Shades of Bazaar #977675

Tints of Bazaar #977675

Color information

#977675 (or 0x977675) is unknown color: approx Bazaar. HEX triplet: 97, 76 and 75. RGB value is (151,118,117). Sum of RGB (Red+Green+Blue) = 151+118+117=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 151 - color contains mainly: red. Hex color #977675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977675 is #68898A. Grayscale: #7F7F7F. Windows color (decimal): -6850955 or 7698071. OLE color: 7698071.

HSL color Cylindrical-coordinate representation of color #977675: hue angle of 1.76º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #977675 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB151118117-
CMYK00.220.230.41
HSL1.76º14.05%52.55%-
HSV(B)1.76º22.52%59.22%-
XYZ22.4520.8219.67-
YUV127.75121.93144.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.12%
GREEN value IS 118 (46.48% from 255) = 30.57%
BLUE value IS 117 (46.09% from 255) = 30.31%
R=39.12%
G=30.57%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111811700.220.230.411.7614.0552.55
Hex97767501617292e35
Octal227166165026275121665
Binary100101111110110111010101011010111101001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977675; }

 p { color: rgb(151,118,117); }

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

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

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

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

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

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

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