#75595A

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

Shades of Falcon #75595A

Tints of Falcon #75595A

Color information

#75595A (or 0x75595A) is unknown color: approx Falcon. HEX triplet: 75, 59 and 5A. RGB value is (117,89,90). Sum of RGB (Red+Green+Blue) = 117+89+90=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #75595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75595A is #8AA6A5. Grayscale: #616161. Windows color (decimal): -9086630 or 5921141. OLE color: 5921141.

HSL color Cylindrical-coordinate representation of color #75595A: hue angle of 357.86º 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 #75595A is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB1178990-
CMYK00.240.230.54
HSL357.86º13.59%40.39%-
HSV(B)357.86º23.93%45.88%-
XYZ12.7511.6611.25-
YUV97.49123.78141.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 90 (35.55% from 255) = 30.41%
R=39.53%
G=30.07%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117899000.240.230.54357.8613.5940.39
Hex75595A0181736166e28
Octal16513113203027665461650
Binary111010110110011011010011000101111101101011001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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