#907977

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

Shades of Bazaar #907977

Tints of Bazaar #907977

Color information

#907977 (or 0x907977) is unknown color: approx Bazaar. HEX triplet: 90, 79 and 77. RGB value is (144,121,119). Sum of RGB (Red+Green+Blue) = 144+121+119=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 144 - color contains mainly: red. Hex color #907977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907977 is #6F8688. Grayscale: #7F7F7F. Windows color (decimal): -7308937 or 7829904. OLE color: 7829904.

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

Color convert

RGB144121119-
CMYK00.160.170.44
HSL4.8º10.12%51.57%-
HSV(B)4.8º17.36%56.47%-
XYZ21.6720.9420.35-
YUV127.65123.12139.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.5%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 119 (46.88% from 255) = 30.99%
R=37.5%
G=31.51%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412111900.160.170.444.810.1251.57
Hex907977010112C5a34
Octal220171167020215451264
Binary1001000011110011110111010000100011011001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907977; }

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

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

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

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

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

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

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

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