#907A77

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

Shades of Bazaar #907A77

Tints of Bazaar #907A77

Color information

#907A77 (or 0x907A77) is unknown color: approx Bazaar. HEX triplet: 90, 7A and 77. RGB value is (144,122,119). Sum of RGB (Red+Green+Blue) = 144+122+119=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 144 - color contains mainly: red. Hex color #907A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907A77 is #6F8588. Grayscale: #808080. Windows color (decimal): -7308681 or 7830160. OLE color: 7830160.

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

Color convert

RGB144122119-
CMYK00.150.170.44
HSL7.2º10.12%51.57%-
HSV(B)7.2º17.36%56.47%-
XYZ21.7921.1820.39-
YUV128.24122.79139.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.40%
GREEN value IS 122 (48.05% from 255) = 31.69%
BLUE value IS 119 (46.88% from 255) = 30.91%
R=37.40%
G=31.69%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412211900.150.170.447.210.1251.57
Hex907A770F112C7a34
Octal220172167017215471264
Binary100100001111010111011101111100011011001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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