#967775

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

Shades of Bazaar #967775

Tints of Bazaar #967775

Color information

#967775 (or 0x967775) is unknown color: approx Bazaar. HEX triplet: 96, 77 and 75. RGB value is (150,119,117). Sum of RGB (Red+Green+Blue) = 150+119+117=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #967775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967775 is #69888A. Grayscale: #808080. Windows color (decimal): -6916235 or 7698326. OLE color: 7698326.

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

Color convert

RGB150119117-
CMYK00.210.220.41
HSL3.64º13.58%52.35%-
HSV(B)3.64º22%58.82%-
XYZ22.3920.9619.7-
YUV128.04121.77143.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.86%
GREEN value IS 119 (46.88% from 255) = 30.83%
BLUE value IS 117 (46.09% from 255) = 30.31%
R=38.86%
G=30.83%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011911700.210.220.413.6413.5852.35
Hex96777501516294e34
Octal226167165025265141664
Binary1001011011101111110101010101101101010011001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967775; }

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

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

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

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

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

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

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

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