#755055

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

Shades of Falcon #755055

Tints of Falcon #755055

Color information

#755055 (or 0x755055) is unknown color: approx Falcon. HEX triplet: 75, 50 and 55. RGB value is (117,80,85). Sum of RGB (Red+Green+Blue) = 117+80+85=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #755055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755055 is #8AAFAA. Grayscale: #5B5B5B. Windows color (decimal): -9088939 or 5591157. OLE color: 5591157.

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

Color convert

RGB1178085-
CMYK00.320.270.54
HSL351.89º18.78%38.63%-
HSV(B)351.89º31.62%45.88%-
XYZ11.8410.189.93-
YUV91.63124.26146.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 80 (31.64% from 255) = 28.37%
BLUE value IS 85 (33.59% from 255) = 30.14%
R=41.49%
G=28.37%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117808500.320.270.54351.8918.7838.63
Hex7550550201B361601327
Octal16512012504033665402347
Binary11101011010000101010101000001101111011010110000010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755055; }

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

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

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

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

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

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

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

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