#75595F

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

Shades of Falcon #75595F

Tints of Falcon #75595F

Color information

#75595F (or 0x75595F) is unknown color: approx Falcon. HEX triplet: 75, 59 and 5F. RGB value is (117,89,95). Sum of RGB (Red+Green+Blue) = 117+89+95=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #75595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75595F is #8AA6A0. Grayscale: #626262. Windows color (decimal): -9086625 or 6248821. OLE color: 6248821.

HSL color Cylindrical-coordinate representation of color #75595F: hue angle of 347.14º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75595F is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1178995-
CMYK00.240.190.54
HSL347.14º13.59%40.39%-
HSV(B)347.14º23.93%45.88%-
XYZ12.9711.7512.41-
YUV98.06126.28141.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 95 (37.5% from 255) = 31.56%
R=38.87%
G=29.57%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117899500.240.190.54347.1413.5940.39
Hex75595F018133615be28
Octal16513113703023665331650
Binary111010110110011011111011000100111101101010110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75595F; }

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

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

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

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

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

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

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

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