#765455

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

Shades of Falcon #765455

Tints of Falcon #765455

Color information

#765455 (or 0x765455) is unknown color: approx Falcon. HEX triplet: 76, 54 and 55. RGB value is (118,84,85). Sum of RGB (Red+Green+Blue) = 118+84+85=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #765455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765455 is #89ABAA. Grayscale: #5E5E5E. Windows color (decimal): -9022379 or 5592182. OLE color: 5592182.

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

Color convert

RGB1188485-
CMYK00.290.280.54
HSL358.24º16.83%39.61%-
HSV(B)358.24º28.81%46.27%-
XYZ12.2810.8510.04-
YUV94.28122.76144.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.11%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 85 (33.59% from 255) = 29.62%
R=41.11%
G=29.27%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118848500.290.280.54358.2416.8339.61
Hex76545501D1C361661128
Octal16612412503534665462150
Binary1110110101010010101010111011110011011010110011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765455; }

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

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

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

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

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

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

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

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