#755859

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

Shades of Falcon #755859

Tints of Falcon #755859

Color information

#755859 (or 0x755859) is unknown color: approx Falcon. HEX triplet: 75, 58 and 59. RGB value is (117,88,89). Sum of RGB (Red+Green+Blue) = 117+88+89=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #755859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755859 is #8AA7A6. Grayscale: #606060. Windows color (decimal): -9086887 or 5855349. OLE color: 5855349.

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

Color convert

RGB1178889-
CMYK00.250.240.54
HSL357.93º14.15%40.2%-
HSV(B)357.93º24.79%45.88%-
XYZ12.6311.4811-
YUV96.78123.61142.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.80%
GREEN value IS 88 (34.77% from 255) = 29.93%
BLUE value IS 89 (35.16% from 255) = 30.27%
R=39.80%
G=29.93%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117888900.250.240.54357.9314.1540.2
Hex7558590191836166e28
Octal16513013103130665461650
Binary111010110110001011001011001110001101101011001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755859; }

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

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

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

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

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

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

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

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