#75585A

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

Shades of Falcon #75585A

Tints of Falcon #75585A

Color information

#75585A (or 0x75585A) is unknown color: approx Falcon. HEX triplet: 75, 58 and 5A. RGB value is (117,88,90). Sum of RGB (Red+Green+Blue) = 117+88+90=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #75585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75585A is #8AA7A5. Grayscale: #606060. Windows color (decimal): -9086886 or 5920885. OLE color: 5920885.

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

Color convert

RGB1178890-
CMYK00.250.230.54
HSL355.86º14.15%40.2%-
HSV(B)355.86º24.79%45.88%-
XYZ12.6711.511.22-
YUV96.9124.11142.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=39.66%
G=29.83%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117889000.250.230.54355.8614.1540.2
Hex75585A0191736164e28
Octal16513013203127665441650
Binary111010110110001011010011001101111101101011001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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