#765354

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

Shades of Falcon #765354

Tints of Falcon #765354

Color information

#765354 (or 0x765354) is unknown color: approx Falcon. HEX triplet: 76, 53 and 54. RGB value is (118,83,84). Sum of RGB (Red+Green+Blue) = 118+83+84=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #765354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765354 is #89ACAB. Grayscale: #5D5D5D. Windows color (decimal): -9022636 or 5526390. OLE color: 5526390.

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

Color convert

RGB1188384-
CMYK00.300.290.54
HSL358.29º17.41%39.41%-
HSV(B)358.29º29.66%46.27%-
XYZ12.1610.689.81-
YUV93.58122.6145.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.40%
GREEN value IS 83 (32.81% from 255) = 29.12%
BLUE value IS 84 (33.20% from 255) = 29.47%
R=41.40%
G=29.12%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118838400.300.290.54358.2917.4139.41
Hex76535401E1D361661127
Octal16612312403635665462147
Binary1110110101001110101000111101110111011010110011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765354; }

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

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

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

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

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

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

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

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