#967777

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

Shades of Bazaar #967777

Tints of Bazaar #967777

Color information

#967777 (or 0x967777) is unknown color: approx Bazaar. HEX triplet: 96, 77 and 77. RGB value is (150,119,119). Sum of RGB (Red+Green+Blue) = 150+119+119=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #967777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967777 is #698888. Grayscale: #808080. Windows color (decimal): -6916233 or 7829398. OLE color: 7829398.

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

Color convert

RGB150119119-
CMYK00.210.210.41
HSL12.86%52.75%-
HSV(B)20.67%58.82%-
XYZ22.521.0120.32-
YUV128.27122.77143.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.66%
GREEN value IS 119 (46.88% from 255) = 30.67%
BLUE value IS 119 (46.88% from 255) = 30.67%
R=38.66%
G=30.67%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011911900.210.210.41012.8652.75
Hex96777701515290d35
Octal226167167025255101565
Binary10010110111011111101110101011010110100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967777; }

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

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

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

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

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

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

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

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