#765257

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

Shades of Falcon #765257

Tints of Falcon #765257

Color information

#765257 (or 0x765257) is unknown color: approx Falcon. HEX triplet: 76, 52 and 57. RGB value is (118,82,87). Sum of RGB (Red+Green+Blue) = 118+82+87=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #765257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765257 is #89ADA8. Grayscale: #5D5D5D. Windows color (decimal): -9022889 or 5722742. OLE color: 5722742.

HSL color Cylindrical-coordinate representation of color #765257: hue angle of 351.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #765257 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1188287-
CMYK00.310.260.54
HSL351.67º18%39.22%-
HSV(B)351.67º30.51%46.27%-
XYZ12.2110.5710.41-
YUV93.33124.43145.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.11%
GREEN value IS 82 (32.42% from 255) = 28.57%
BLUE value IS 87 (34.38% from 255) = 30.31%
R=41.11%
G=28.57%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118828700.310.260.54351.671839.22
Hex76525701F1A361601227
Octal16612212703732665402247
Binary1110110101001010101110111111101011011010110000010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765257; }

 p { color: rgb(118,82,87); }

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

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

 a { background-color: rgb(118,82,87); }

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

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

 span { border-color: rgb(118,82,87); }

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