#745255

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

Shades of Falcon #745255

Tints of Falcon #745255

Color information

#745255 (or 0x745255) is unknown color: approx Falcon. HEX triplet: 74, 52 and 55. RGB value is (116,82,85). Sum of RGB (Red+Green+Blue) = 116+82+85=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #745255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745255 is #8BADAA. Grayscale: #5C5C5C. Windows color (decimal): -9153963 or 5591668. OLE color: 5591668.

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

Color convert

RGB1168285-
CMYK00.290.270.55
HSL354.71º17.17%38.82%-
HSV(B)354.71º29.31%45.49%-
XYZ11.8610.49.98-
YUV92.51123.76144.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.99%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 85 (33.59% from 255) = 30.04%
R=40.99%
G=28.98%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116828500.290.270.55354.7117.1738.82
Hex74525501D1B371631127
Octal16412212503533675432147
Binary1110100101001010101010111011101111011110110001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745255; }

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

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

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

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

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

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

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

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