#907676

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

Shades of Bazaar #907676

Tints of Bazaar #907676

Color information

#907676 (or 0x907676) is unknown color: approx Bazaar. HEX triplet: 90, 76 and 76. RGB value is (144,118,118). Sum of RGB (Red+Green+Blue) = 144+118+118=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 144 - color contains mainly: red. Hex color #907676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907676 is #6F8989. Grayscale: #7D7D7D. Windows color (decimal): -7309706 or 7763600. OLE color: 7763600.

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

Color convert

RGB144118118-
CMYK00.180.180.44
HSL10.48%51.37%-
HSV(B)18.06%56.47%-
XYZ21.2520.1919.92-
YUV125.77123.61141-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.89%
GREEN value IS 118 (46.48% from 255) = 31.05%
BLUE value IS 118 (46.48% from 255) = 31.05%
R=37.89%
G=31.05%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411811800.180.180.44010.4851.37
Hex907676012122C0a33
Octal220166166022225401263
Binary10010000111011011101100100101001010110001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907676; }

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

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

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

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

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

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

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

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