#745051

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

Shades of Falcon #745051

Tints of Falcon #745051

Color information

#745051 (or 0x745051) is unknown color: approx Falcon. HEX triplet: 74, 50 and 51. RGB value is (116,80,81). Sum of RGB (Red+Green+Blue) = 116+80+81=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #745051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745051 is #8BAFAE. Grayscale: #5A5A5A. Windows color (decimal): -9154479 or 5329012. OLE color: 5329012.

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

Color convert

RGB1168081-
CMYK00.310.300.55
HSL358.33º18.37%38.43%-
HSV(B)358.33º31.03%45.49%-
XYZ11.5610.049.11-
YUV90.88122.43145.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.88%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 81 (32.03% from 255) = 29.24%
R=41.88%
G=28.88%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116808100.310.300.55358.3318.3738.43
Hex74505101F1E371661226
Octal16412012103736675462246
Binary1110100101000010100010111111111011011110110011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745051; }

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

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

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

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

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

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

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

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