#907474

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

Shades of Bazaar #907474

Tints of Bazaar #907474

Color information

#907474 (or 0x907474) is unknown color: approx Bazaar. HEX triplet: 90, 74 and 74. RGB value is (144,116,116). Sum of RGB (Red+Green+Blue) = 144+116+116=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 144 - color contains mainly: red. Hex color #907474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907474 is #6F8B8B. Grayscale: #7C7C7C. Windows color (decimal): -7310220 or 7632016. OLE color: 7632016.

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

Color convert

RGB144116116-
CMYK00.190.190.44
HSL11.2%50.98%-
HSV(B)19.44%56.47%-
XYZ20.919.6819.22-
YUV124.37123.28142-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.30%
GREEN value IS 116 (45.70% from 255) = 30.85%
BLUE value IS 116 (45.70% from 255) = 30.85%
R=38.30%
G=30.85%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411611600.190.190.44011.250.98
Hex907474013132C0b33
Octal220164164023235401363
Binary10010000111010011101000100111001110110001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907474; }

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

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

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

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

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

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

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

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