#75585B

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

Shades of Falcon #75585B

Tints of Falcon #75585B

Color information

#75585B (or 0x75585B) is unknown color: approx Falcon. HEX triplet: 75, 58 and 5B. RGB value is (117,88,91). Sum of RGB (Red+Green+Blue) = 117+88+91=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #75585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75585B is #8AA7A4. Grayscale: #616161. Windows color (decimal): -9086885 or 5986421. OLE color: 5986421.

HSL color Cylindrical-coordinate representation of color #75585B: hue angle of 353.79º 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 #75585B is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB1178891-
CMYK00.250.220.54
HSL353.79º14.15%40.2%-
HSV(B)353.79º24.79%45.88%-
XYZ12.7111.5211.45-
YUV97.01124.61142.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 88 (34.77% from 255) = 29.73%
BLUE value IS 91 (35.94% from 255) = 30.74%
R=39.53%
G=29.73%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117889100.250.220.54353.7914.1540.2
Hex75585B0191636162e28
Octal16513013303126665421650
Binary111010110110001011011011001101101101101011000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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