#907C7B

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

Shades of Bazaar #907C7B

Tints of Bazaar #907C7B

Color information

#907C7B (or 0x907C7B) is unknown color: approx Bazaar. HEX triplet: 90, 7C and 7B. RGB value is (144,124,123). Sum of RGB (Red+Green+Blue) = 144+124+123=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 144 - color contains mainly: red. Hex color #907C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907C7B is #6F8384. Grayscale: #818181. Windows color (decimal): -7308165 or 8092816. OLE color: 8092816.

HSL color Cylindrical-coordinate representation of color #907C7B: hue angle of 2.86º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #907C7B is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB144124123-
CMYK00.140.150.44
HSL2.86º8.64%52.35%-
HSV(B)2.86º14.58%56.47%-
XYZ22.2821.7721.77-
YUV129.87124.13138.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.83%
GREEN value IS 124 (48.83% from 255) = 31.71%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=36.83%
G=31.71%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412412300.140.150.442.868.6452.35
Hex907C7B0EF2C3934
Octal220174173016175431164
Binary1001000011111001111011011101111101100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907C7B; }

 p { color: rgb(144,124,123); }

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

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

 a { background-color: rgb(144,124,123); }

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

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

 span { border-color: rgb(144,124,123); }

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