#745155

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

Shades of Falcon #745155

Tints of Falcon #745155

Color information

#745155 (or 0x745155) is unknown color: approx Falcon. HEX triplet: 74, 51 and 55. RGB value is (116,81,85). Sum of RGB (Red+Green+Blue) = 116+81+85=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #745155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745155 is #8BAEAA. Grayscale: #5B5B5B. Windows color (decimal): -9154219 or 5591412. OLE color: 5591412.

HSL color Cylindrical-coordinate representation of color #745155: hue angle of 353.14º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #745155 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB1168185-
CMYK00.300.270.55
HSL353.14º17.77%38.63%-
HSV(B)353.14º30.17%45.49%-
XYZ11.7810.259.95-
YUV91.92124.1145.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.13%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 85 (33.59% from 255) = 30.14%
R=41.13%
G=28.72%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116818500.300.270.55353.1417.7738.63
Hex74515501E1B371611227
Octal16412112503633675412247
Binary1110100101000110101010111101101111011110110000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745155; }

 p { color: rgb(116,81,85); }

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

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

 a { background-color: rgb(116,81,85); }

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

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

 span { border-color: rgb(116,81,85); }

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