#764D55

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

Shades of Falcon #764D55

Tints of Falcon #764D55

Color information

#764D55 (or 0x764D55) is unknown color: approx Falcon. HEX triplet: 76, 4D and 55. RGB value is (118,77,85). Sum of RGB (Red+Green+Blue) = 118+77+85=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #764D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D55 is #89B2AA. Grayscale: #5A5A5A. Windows color (decimal): -9024171 or 5590390. OLE color: 5590390.

HSL color Cylindrical-coordinate representation of color #764D55: hue angle of 348.29º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #764D55 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB1187785-
CMYK00.350.280.54
HSL348.29º21.03%38.24%-
HSV(B)348.29º34.75%46.27%-
XYZ11.769.829.87-
YUV90.17125.08147.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 77 (30.47% from 255) = 27.5%
BLUE value IS 85 (33.59% from 255) = 30.36%
R=42.14%
G=27.5%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118778500.350.280.54348.2921.0338.24
Hex764D550231C3615c1526
Octal16611512504334665342546
Binary11101101001101101010101000111110011011010101110010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764D55; }

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

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

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

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

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

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

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

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