#755054

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

Shades of Falcon #755054

Tints of Falcon #755054

Color information

#755054 (or 0x755054) is unknown color: approx Falcon. HEX triplet: 75, 50 and 54. RGB value is (117,80,84). Sum of RGB (Red+Green+Blue) = 117+80+84=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #755054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755054 is #8AAFAB. Grayscale: #5B5B5B. Windows color (decimal): -9088940 or 5525621. OLE color: 5525621.

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

Color convert

RGB1178084-
CMYK00.320.280.54
HSL353.51º18.78%38.63%-
HSV(B)353.51º31.62%45.88%-
XYZ11.8110.169.73-
YUV91.52123.76146.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 84 (33.20% from 255) = 29.89%
R=41.64%
G=28.47%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117808400.320.280.54353.5118.7838.63
Hex7550540201C361621327
Octal16512012404034665422347
Binary11101011010000101010001000001110011011010110001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755054; }

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

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

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

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

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

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

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

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