#745156

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

Shades of Falcon #745156

Tints of Falcon #745156

Color information

#745156 (or 0x745156) is unknown color: approx Falcon. HEX triplet: 74, 51 and 56. RGB value is (116,81,86). Sum of RGB (Red+Green+Blue) = 116+81+86=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #745156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745156 is #8BAEA9. Grayscale: #5C5C5C. Windows color (decimal): -9154218 or 5656948. OLE color: 5656948.

HSL color Cylindrical-coordinate representation of color #745156: hue angle of 351.43º 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 #745156 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB1168186-
CMYK00.300.260.55
HSL351.43º17.77%38.63%-
HSV(B)351.43º30.17%45.49%-
XYZ11.8210.2710.16-
YUV92.04124.6145.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.99%
GREEN value IS 81 (32.03% from 255) = 28.62%
BLUE value IS 86 (33.98% from 255) = 30.39%
R=40.99%
G=28.62%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116818600.300.260.55351.4317.7738.63
Hex74515601E1A3715f1227
Octal16412112603632675372247
Binary1110100101000110101100111101101011011110101111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745156; }

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

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

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

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

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

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

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

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