#755157

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

Shades of Falcon #755157

Tints of Falcon #755157

Color information

#755157 (or 0x755157) is unknown color: approx Falcon. HEX triplet: 75, 51 and 57. RGB value is (117,81,87). Sum of RGB (Red+Green+Blue) = 117+81+87=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #755157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755157 is #8AAEA8. Grayscale: #5C5C5C. Windows color (decimal): -9088681 or 5722485. OLE color: 5722485.

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

Color convert

RGB1178187-
CMYK00.310.260.54
HSL350º18.18%38.82%-
HSV(B)350º30.77%45.88%-
XYZ1210.3510.38-
YUV92.45124.93145.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 81 (32.03% from 255) = 28.42%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=41.05%
G=28.42%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117818700.310.260.5435018.1838.82
Hex75515701F1A3615e1227
Octal16512112703732665362247
Binary1110101101000110101110111111101011011010101111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755157; }

 p { color: rgb(117,81,87); }

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

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

 a { background-color: rgb(117,81,87); }

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

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

 span { border-color: rgb(117,81,87); }

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