#755E5F

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

Shades of Falcon #755E5F

Tints of Falcon #755E5F

Color information

#755E5F (or 0x755E5F) is unknown color: approx Falcon. HEX triplet: 75, 5E and 5F. RGB value is (117,94,95). Sum of RGB (Red+Green+Blue) = 117+94+95=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #755E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E5F is #8AA1A0. Grayscale: #656565. Windows color (decimal): -9085345 or 6250101. OLE color: 6250101.

HSL color Cylindrical-coordinate representation of color #755E5F: hue angle of 357.39º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #755E5F is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1179495-
CMYK00.200.190.54
HSL357.39º10.9%41.37%-
HSV(B)357.39º19.66%45.88%-
XYZ13.412.6112.55-
YUV100.99124.62139.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 95 (37.5% from 255) = 31.05%
R=38.24%
G=30.72%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117949500.200.190.54357.3910.941.37
Hex755E5F0141336165b29
Octal16513613702423665451351
Binary111010110111101011111010100100111101101011001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755E5F; }

 p { color: rgb(117,94,95); }

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

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

 a { background-color: rgb(117,94,95); }

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

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

 span { border-color: rgb(117,94,95); }

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