#735C60

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

Shades of Falcon #735C60

Tints of Falcon #735C60

Color information

#735C60 (or 0x735C60) is unknown color: approx Falcon. HEX triplet: 73, 5C and 60. RGB value is (115,92,96). Sum of RGB (Red+Green+Blue) = 115+92+96=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 115 - color contains mainly: red. Hex color #735C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C60 is #8CA39F. Grayscale: #636363. Windows color (decimal): -9216928 or 6315123. OLE color: 6315123.

HSL color Cylindrical-coordinate representation of color #735C60: hue angle of 349.57º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #735C60 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1159296-
CMYK00.200.170.55
HSL349.57º11.11%40.59%-
HSV(B)349.57º20%45.1%-
XYZ13.0112.1412.72-
YUV99.33126.12139.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.95%
GREEN value IS 92 (36.33% from 255) = 30.36%
BLUE value IS 96 (37.89% from 255) = 31.68%
R=37.95%
G=30.36%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115929600.200.170.55349.5711.1140.59
Hex735C60014113715eb29
Octal16313414002421675361351
Binary111001110111001100000010100100011101111010111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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