#907070

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

Shades of Bazaar #907070

Tints of Bazaar #907070

Color information

#907070 (or 0x907070) is unknown color: approx Bazaar. HEX triplet: 90, 70 and 70. RGB value is (144,112,112). Sum of RGB (Red+Green+Blue) = 144+112+112=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 144 - color contains mainly: red. Hex color #907070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907070 is #6F8F8F. Grayscale: #797979. Windows color (decimal): -7311248 or 7368848. OLE color: 7368848.

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

Color convert

RGB144112112-
CMYK00.220.220.44
HSL12.6%50.2%-
HSV(B)22.22%56.47%-
XYZ20.2218.6917.87-
YUV121.57122.6144-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.13%
GREEN value IS 112 (44.14% from 255) = 30.43%
BLUE value IS 112 (44.14% from 255) = 30.43%
R=39.13%
G=30.43%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411211200.220.220.44012.650.2
Hex907070016162C0d32
Octal220160160026265401562
Binary10010000111000011100000101101011010110001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907070; }

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

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

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

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

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

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

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

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