#917B78

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

Shades of Bazaar #917B78

Tints of Bazaar #917B78

Color information

#917B78 (or 0x917B78) is unknown color: approx Bazaar. HEX triplet: 91, 7B and 78. RGB value is (145,123,120). Sum of RGB (Red+Green+Blue) = 145+123+120=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 145 - color contains mainly: red. Hex color #917B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B78 is #6E8487. Grayscale: #818181. Windows color (decimal): -7242888 or 7895953. OLE color: 7895953.

HSL color Cylindrical-coordinate representation of color #917B78: hue angle of 7.2º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #917B78 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB145123120-
CMYK00.150.170.43
HSL7.2º10.2%51.96%-
HSV(B)7.2º17.24%56.86%-
XYZ22.1521.5420.76-
YUV129.24122.79139.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.37%
GREEN value IS 123 (48.44% from 255) = 31.70%
BLUE value IS 120 (47.27% from 255) = 30.93%
R=37.37%
G=31.70%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512312000.150.170.437.210.251.96
Hex917B780F112B7a34
Octal221173170017215371264
Binary100100011111011111100001111100011010111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917B78; }

 p { color: rgb(145,123,120); }

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

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

 a { background-color: rgb(145,123,120); }

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

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

 span { border-color: rgb(145,123,120); }

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