#735B60

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

Shades of Falcon #735B60

Tints of Falcon #735B60

Color information

#735B60 (or 0x735B60) is unknown color: approx Falcon. HEX triplet: 73, 5B and 60. RGB value is (115,91,96). Sum of RGB (Red+Green+Blue) = 115+91+96=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 115 - color contains mainly: red. Hex color #735B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B60 is #8CA49F. Grayscale: #626262. Windows color (decimal): -9217184 or 6314867. OLE color: 6314867.

HSL color Cylindrical-coordinate representation of color #735B60: hue angle of 347.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #735B60 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1159196-
CMYK00.210.170.55
HSL347.5º11.65%40.39%-
HSV(B)347.5º20.87%45.1%-
XYZ12.9211.9712.7-
YUV98.75126.45139.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.08%
GREEN value IS 91 (35.94% from 255) = 30.13%
BLUE value IS 96 (37.89% from 255) = 31.79%
R=38.08%
G=30.13%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115919600.210.170.55347.511.6540.39
Hex735B60015113715cc28
Octal16313314002521675341450
Binary111001110110111100000010101100011101111010111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735B60; }

 p { color: rgb(115,91,96); }

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

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

 a { background-color: rgb(115,91,96); }

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

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

 span { border-color: rgb(115,91,96); }

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