#907672

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

Shades of Bazaar #907672

Tints of Bazaar #907672

Color information

#907672 (or 0x907672) is unknown color: approx Bazaar. HEX triplet: 90, 76 and 72. RGB value is (144,118,114). Sum of RGB (Red+Green+Blue) = 144+118+114=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 144 - color contains mainly: red. Hex color #907672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907672 is #6F898D. Grayscale: #7D7D7D. Windows color (decimal): -7309710 or 7501456. OLE color: 7501456.

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

Color convert

RGB144118114-
CMYK00.180.210.44
HSL11.9%50.59%-
HSV(B)20.83%56.47%-
XYZ21.0220.118.69-
YUV125.32121.61141.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.30%
GREEN value IS 118 (46.48% from 255) = 31.38%
BLUE value IS 114 (44.92% from 255) = 30.32%
R=38.30%
G=31.38%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411811400.180.210.44811.950.59
Hex907672012152C8c33
Octal2201661620222554101463
Binary10010000111011011100100100101010110110010001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907672; }

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

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

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

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

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

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

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

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