#967977

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

Shades of Bazaar #967977

Tints of Bazaar #967977

Color information

#967977 (or 0x967977) is unknown color: approx Bazaar. HEX triplet: 96, 79 and 77. RGB value is (150,121,119). Sum of RGB (Red+Green+Blue) = 150+121+119=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #967977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967977 is #698688. Grayscale: #818181. Windows color (decimal): -6915721 or 7829910. OLE color: 7829910.

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

Color convert

RGB150121119-
CMYK00.190.210.41
HSL3.87º12.86%52.75%-
HSV(B)3.87º20.67%58.82%-
XYZ22.7421.4920.4-
YUV129.44122.11142.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.46%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 119 (46.88% from 255) = 30.51%
R=38.46%
G=31.03%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012111900.190.210.413.8712.8652.75
Hex96797701315294d35
Octal226171167023255141565
Binary1001011011110011110111010011101011010011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967977; }

 p { color: rgb(150,121,119); }

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

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

 a { background-color: rgb(150,121,119); }

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

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

 span { border-color: rgb(150,121,119); }

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