#765356

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

Shades of Falcon #765356

Tints of Falcon #765356

Color information

#765356 (or 0x765356) is unknown color: approx Falcon. HEX triplet: 76, 53 and 56. RGB value is (118,83,86). Sum of RGB (Red+Green+Blue) = 118+83+86=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #765356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765356 is #89ACA9. Grayscale: #5D5D5D. Windows color (decimal): -9022634 or 5657462. OLE color: 5657462.

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

Color convert

RGB1188386-
CMYK00.300.270.54
HSL354.86º17.41%39.41%-
HSV(B)354.86º29.66%46.27%-
XYZ12.2410.7110.23-
YUV93.81123.6145.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.11%
GREEN value IS 83 (32.81% from 255) = 28.92%
BLUE value IS 86 (33.98% from 255) = 29.97%
R=41.11%
G=28.92%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118838600.300.270.54354.8617.4139.41
Hex76535601E1B361631127
Octal16612312603633665432147
Binary1110110101001110101100111101101111011010110001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765356; }

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

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

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

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

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

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

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

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