#907976

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

Shades of Bazaar #907976

Tints of Bazaar #907976

Color information

#907976 (or 0x907976) is unknown color: approx Bazaar. HEX triplet: 90, 79 and 76. RGB value is (144,121,118). Sum of RGB (Red+Green+Blue) = 144+121+118=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 144 - color contains mainly: red. Hex color #907976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907976 is #6F8689. Grayscale: #7F7F7F. Windows color (decimal): -7308938 or 7764368. OLE color: 7764368.

HSL color Cylindrical-coordinate representation of color #907976: hue angle of 6.92º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #907976 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB144121118-
CMYK00.160.180.44
HSL6.92º10.48%51.37%-
HSV(B)6.92º18.06%56.47%-
XYZ21.6120.9120.04-
YUV127.54122.62139.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.60%
GREEN value IS 121 (47.66% from 255) = 31.59%
BLUE value IS 118 (46.48% from 255) = 30.81%
R=37.60%
G=31.59%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412111800.160.180.446.9210.4851.37
Hex907976010122C7a33
Octal220171166020225471263
Binary1001000011110011110110010000100101011001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907976; }

 p { color: rgb(144,121,118); }

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

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

 a { background-color: rgb(144,121,118); }

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

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

 span { border-color: rgb(144,121,118); }

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