#75565B

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

Shades of Falcon #75565B

Tints of Falcon #75565B

Color information

#75565B (or 0x75565B) is unknown color: approx Falcon. HEX triplet: 75, 56 and 5B. RGB value is (117,86,91). Sum of RGB (Red+Green+Blue) = 117+86+91=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #75565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75565B is #8AA9A4. Grayscale: #5F5F5F. Windows color (decimal): -9087397 or 5985909. OLE color: 5985909.

HSL color Cylindrical-coordinate representation of color #75565B: hue angle of 350.32º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75565B is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB1178691-
CMYK00.260.220.54
HSL350.32º15.27%39.8%-
HSV(B)350.32º26.5%45.88%-
XYZ12.5511.1911.4-
YUV95.84125.27143.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.80%
GREEN value IS 86 (33.98% from 255) = 29.25%
BLUE value IS 91 (35.94% from 255) = 30.95%
R=39.80%
G=29.25%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117869100.260.220.54350.3215.2739.8
Hex75565B01A163615ef28
Octal16512613303226665361750
Binary111010110101101011011011010101101101101010111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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