#765256

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

Shades of Falcon #765256

Tints of Falcon #765256

Color information

#765256 (or 0x765256) is unknown color: approx Falcon. HEX triplet: 76, 52 and 56. RGB value is (118,82,86). Sum of RGB (Red+Green+Blue) = 118+82+86=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #765256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765256 is #89ADA9. Grayscale: #5D5D5D. Windows color (decimal): -9022890 or 5657206. OLE color: 5657206.

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

Color convert

RGB1188286-
CMYK00.310.270.54
HSL353.33º18%39.22%-
HSV(B)353.33º30.51%46.27%-
XYZ12.1710.5610.2-
YUV93.22123.93145.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.26%
GREEN value IS 82 (32.42% from 255) = 28.67%
BLUE value IS 86 (33.98% from 255) = 30.07%
R=41.26%
G=28.67%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118828600.310.270.54353.331839.22
Hex76525601F1B361611227
Octal16612212603733665412247
Binary1110110101001010101100111111101111011010110000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765256; }

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

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

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

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

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

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

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

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