#75585C

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

Shades of Falcon #75585C

Tints of Falcon #75585C

Color information

#75585C (or 0x75585C) is unknown color: approx Falcon. HEX triplet: 75, 58 and 5C. RGB value is (117,88,92). Sum of RGB (Red+Green+Blue) = 117+88+92=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #75585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75585C is #8AA7A3. Grayscale: #616161. Windows color (decimal): -9086884 or 6051957. OLE color: 6051957.

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

Color convert

RGB1178892-
CMYK00.250.210.54
HSL351.72º14.15%40.2%-
HSV(B)351.72º24.79%45.88%-
XYZ12.7611.5311.68-
YUV97.13125.11142.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 88 (34.77% from 255) = 29.63%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=39.39%
G=29.63%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117889200.250.210.54351.7214.1540.2
Hex75585C0191536160e28
Octal16513013403125665401650
Binary111010110110001011100011001101011101101011000001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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