#75545B

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

Shades of Falcon #75545B

Tints of Falcon #75545B

Color information

#75545B (or 0x75545B) is unknown color: approx Falcon. HEX triplet: 75, 54 and 5B. RGB value is (117,84,91). Sum of RGB (Red+Green+Blue) = 117+84+91=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #75545B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75545B is #8AABA4. Grayscale: #5E5E5E. Windows color (decimal): -9087909 or 5985397. OLE color: 5985397.

HSL color Cylindrical-coordinate representation of color #75545B: hue angle of 347.27º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75545B is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB1178491-
CMYK00.280.220.54
HSL347.27º16.42%39.41%-
HSV(B)347.27º28.21%45.88%-
XYZ12.3910.8811.34-
YUV94.66125.93143.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.07%
GREEN value IS 84 (33.20% from 255) = 28.77%
BLUE value IS 91 (35.94% from 255) = 31.16%
R=40.07%
G=28.77%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117849100.280.220.54347.2716.4239.41
Hex75545B01C163615b1027
Octal16512413303426665332047
Binary1110101101010010110110111001011011011010101101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75545B; }

 p { color: rgb(117,84,91); }

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

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

 a { background-color: rgb(117,84,91); }

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

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

 span { border-color: rgb(117,84,91); }

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