#907B79

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

Shades of Bazaar #907B79

Tints of Bazaar #907B79

Color information

#907B79 (or 0x907B79) is unknown color: approx Bazaar. HEX triplet: 90, 7B and 79. RGB value is (144,123,121). Sum of RGB (Red+Green+Blue) = 144+123+121=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 144 - color contains mainly: red. Hex color #907B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907B79 is #6F8486. Grayscale: #818181. Windows color (decimal): -7308423 or 7961488. OLE color: 7961488.

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

Color convert

RGB144123121-
CMYK00.150.160.44
HSL5.22º9.39%51.96%-
HSV(B)5.22º15.97%56.47%-
XYZ22.0421.4821.07-
YUV129.05123.46138.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.11%
GREEN value IS 123 (48.44% from 255) = 31.70%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=37.11%
G=31.70%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412312100.150.160.445.229.3951.96
Hex907B790F102C5934
Octal220173171017205451164
Binary100100001111011111100101111100001011001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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