#977975

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

Shades of Bazaar #977975

Tints of Bazaar #977975

Color information

#977975 (or 0x977975) is unknown color: approx Bazaar. HEX triplet: 97, 79 and 75. RGB value is (151,121,117). Sum of RGB (Red+Green+Blue) = 151+121+117=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 151 - color contains mainly: red. Hex color #977975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977975 is #68868A. Grayscale: #818181. Windows color (decimal): -6850187 or 7698839. OLE color: 7698839.

HSL color Cylindrical-coordinate representation of color #977975: hue angle of 7.06º 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 #977975 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB151121117-
CMYK00.200.230.41
HSL7.06º14.05%52.55%-
HSV(B)7.06º22.52%59.22%-
XYZ22.8121.5419.78-
YUV129.51120.94143.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.82%
GREEN value IS 121 (47.66% from 255) = 31.11%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=38.82%
G=31.11%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112111700.200.230.417.0614.0552.55
Hex97797501417297e35
Octal227171165024275171665
Binary1001011111110011110101010100101111010011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977975; }

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

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

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

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

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

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

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

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