#907A79

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

Shades of Bazaar #907A79

Tints of Bazaar #907A79

Color information

#907A79 (or 0x907A79) is unknown color: approx Bazaar. HEX triplet: 90, 7A and 79. RGB value is (144,122,121). Sum of RGB (Red+Green+Blue) = 144+122+121=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 144 - color contains mainly: red. Hex color #907A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907A79 is #6F8586. Grayscale: #808080. Windows color (decimal): -7308679 or 7961232. OLE color: 7961232.

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

Color convert

RGB144122121-
CMYK00.150.160.44
HSL2.61º9.39%51.96%-
HSV(B)2.61º15.97%56.47%-
XYZ21.9121.2321.03-
YUV128.46123.79139.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.21%
GREEN value IS 122 (48.05% from 255) = 31.52%
BLUE value IS 121 (47.66% from 255) = 31.27%
R=37.21%
G=31.52%
B=31.27%

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
Decimal14412212100.150.160.442.619.3951.96
Hex907A790F102C3934
Octal220172171017205431164
Binary10010000111101011110010111110000101100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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