#907D7A

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

Shades of Bazaar #907D7A

Tints of Bazaar #907D7A

Color information

#907D7A (or 0x907D7A) is unknown color: approx Bazaar. HEX triplet: 90, 7D and 7A. RGB value is (144,125,122). Sum of RGB (Red+Green+Blue) = 144+125+122=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 144 - color contains mainly: red. Hex color #907D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907D7A is #6F8285. Grayscale: #828282. Windows color (decimal): -7307910 or 8027536. OLE color: 8027536.

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

Color convert

RGB144125122-
CMYK00.130.150.44
HSL8.18º9.02%52.16%-
HSV(B)8.18º15.28%56.47%-
XYZ22.352221.48-
YUV130.34123.29137.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.83%
GREEN value IS 125 (49.22% from 255) = 31.97%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=36.83%
G=31.97%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412512200.130.150.448.189.0252.16
Hex907D7A0DF2C8934
Octal2201751720151754101164
Binary100100001111101111101001101111110110010001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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