#755155

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

Shades of Falcon #755155

Tints of Falcon #755155

Color information

#755155 (or 0x755155) is unknown color: approx Falcon. HEX triplet: 75, 51 and 55. RGB value is (117,81,85). Sum of RGB (Red+Green+Blue) = 117+81+85=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #755155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755155 is #8AAEAA. Grayscale: #5C5C5C. Windows color (decimal): -9088683 or 5591413. OLE color: 5591413.

HSL color Cylindrical-coordinate representation of color #755155: hue angle of 353.33º 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 #755155 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB1178185-
CMYK00.310.270.54
HSL353.33º18.18%38.82%-
HSV(B)353.33º30.77%45.88%-
XYZ11.9210.329.96-
YUV92.22123.93145.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.34%
GREEN value IS 81 (32.03% from 255) = 28.62%
BLUE value IS 85 (33.59% from 255) = 30.04%
R=41.34%
G=28.62%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117818500.310.270.54353.3318.1838.82
Hex75515501F1B361611227
Octal16512112503733665412247
Binary1110101101000110101010111111101111011010110000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755155; }

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

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

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

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

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

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

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

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