#765355

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

Shades of Falcon #765355

Tints of Falcon #765355

Color information

#765355 (or 0x765355) is unknown color: approx Falcon. HEX triplet: 76, 53 and 55. RGB value is (118,83,85). Sum of RGB (Red+Green+Blue) = 118+83+85=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #765355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765355 is #89ACAA. Grayscale: #5D5D5D. Windows color (decimal): -9022635 or 5591926. OLE color: 5591926.

HSL color Cylindrical-coordinate representation of color #765355: hue angle of 356.57º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #765355 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB1188385-
CMYK00.300.280.54
HSL356.57º17.41%39.41%-
HSV(B)356.57º29.66%46.27%-
XYZ12.210.6910.02-
YUV93.69123.1145.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.26%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 85 (33.59% from 255) = 29.72%
R=41.26%
G=29.02%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118838500.300.280.54356.5717.4139.41
Hex76535501E1C361651127
Octal16612312503634665452147
Binary1110110101001110101010111101110011011010110010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765355; }

 p { color: rgb(118,83,85); }

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

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

 a { background-color: rgb(118,83,85); }

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

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

 span { border-color: rgb(118,83,85); }

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