#755F61

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

Shades of Falcon #755F61

Tints of Falcon #755F61

Color information

#755F61 (or 0x755F61) is unknown color: approx Falcon. HEX triplet: 75, 5F and 61. RGB value is (117,95,97). Sum of RGB (Red+Green+Blue) = 117+95+97=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #755F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F61 is #8AA09E. Grayscale: #656565. Windows color (decimal): -9085087 or 6381429. OLE color: 6381429.

HSL color Cylindrical-coordinate representation of color #755F61: hue angle of 354.55º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #755F61 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB1179597-
CMYK00.190.170.54
HSL354.55º10.38%41.57%-
HSV(B)354.55º18.8%45.88%-
XYZ13.5912.8313.07-
YUV101.81125.29138.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 95 (37.5% from 255) = 30.74%
BLUE value IS 97 (38.28% from 255) = 31.39%
R=37.86%
G=30.74%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117959700.190.170.54354.5510.3841.57
Hex755F610131136163a2a
Octal16513714102321665431252
Binary111010110111111100001010011100011101101011000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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