#775256

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

Shades of Falcon #775256

Tints of Falcon #775256

Color information

#775256 (or 0x775256) is unknown color: approx Falcon. HEX triplet: 77, 52 and 56. RGB value is (119,82,86). Sum of RGB (Red+Green+Blue) = 119+82+86=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #775256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775256 is #88ADA9. Grayscale: #5D5D5D. Windows color (decimal): -8957354 or 5657207. OLE color: 5657207.

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

Color convert

RGB1198286-
CMYK00.310.280.53
HSL353.51º18.41%39.41%-
HSV(B)353.51º31.09%46.67%-
XYZ12.310.6310.21-
YUV93.52123.76146.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 82 (32.42% from 255) = 28.57%
BLUE value IS 86 (33.98% from 255) = 29.97%
R=41.46%
G=28.57%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119828600.310.280.53353.5118.4139.41
Hex77525601F1C351621227
Octal16712212603734655422247
Binary1110111101001010101100111111110011010110110001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775256; }

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

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

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

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

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

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

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

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