#907876

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

Shades of Bazaar #907876

Tints of Bazaar #907876

Color information

#907876 (or 0x907876) is unknown color: approx Bazaar. HEX triplet: 90, 78 and 76. RGB value is (144,120,118). Sum of RGB (Red+Green+Blue) = 144+120+118=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 144 - color contains mainly: red. Hex color #907876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907876 is #6F8789. Grayscale: #7E7E7E. Windows color (decimal): -7309194 or 7764112. OLE color: 7764112.

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

Color convert

RGB144120118-
CMYK00.170.180.44
HSL4.62º10.48%51.37%-
HSV(B)4.62º18.06%56.47%-
XYZ21.4920.6720-
YUV126.95122.95140.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.70%
GREEN value IS 120 (47.27% from 255) = 31.41%
BLUE value IS 118 (46.48% from 255) = 30.89%
R=37.70%
G=31.41%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412011800.170.180.444.6210.4851.37
Hex907876011122C5a33
Octal220170166021225451263
Binary1001000011110001110110010001100101011001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907876; }

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

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

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

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

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

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

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

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