#755053

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

Shades of Falcon #755053

Tints of Falcon #755053

Color information

#755053 (or 0x755053) is unknown color: approx Falcon. HEX triplet: 75, 50 and 53. RGB value is (117,80,83). Sum of RGB (Red+Green+Blue) = 117+80+83=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #755053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755053 is #8AAFAC. Grayscale: #5B5B5B. Windows color (decimal): -9088941 or 5460085. OLE color: 5460085.

HSL color Cylindrical-coordinate representation of color #755053: hue angle of 355.14º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #755053 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB1178083-
CMYK00.320.290.54
HSL355.14º18.78%38.63%-
HSV(B)355.14º31.62%45.88%-
XYZ11.7710.149.52-
YUV91.4123.26146.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 80 (31.64% from 255) = 28.57%
BLUE value IS 83 (32.81% from 255) = 29.64%
R=41.79%
G=28.57%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117808300.320.290.54355.1418.7838.63
Hex7550530201D361631327
Octal16512012304035665432347
Binary11101011010000101001101000001110111011010110001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755053; }

 p { color: rgb(117,80,83); }

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

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

 a { background-color: rgb(117,80,83); }

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

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

 span { border-color: rgb(117,80,83); }

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