#775253

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

Shades of Falcon #775253

Tints of Falcon #775253

Color information

#775253 (or 0x775253) is unknown color: approx Falcon. HEX triplet: 77, 52 and 53. RGB value is (119,82,83). Sum of RGB (Red+Green+Blue) = 119+82+83=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #775253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775253 is #88ADAC. Grayscale: #5D5D5D. Windows color (decimal): -8957357 or 5460599. OLE color: 5460599.

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

Color convert

RGB1198283-
CMYK00.310.300.53
HSL358.38º18.41%39.41%-
HSV(B)358.38º31.09%46.67%-
XYZ12.1910.589.58-
YUV93.18122.26146.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.90%
GREEN value IS 82 (32.42% from 255) = 28.87%
BLUE value IS 83 (32.81% from 255) = 29.23%
R=41.90%
G=28.87%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119828300.310.300.53358.3818.4139.41
Hex77525301F1E351661227
Octal16712212303736655462247
Binary1110111101001010100110111111111011010110110011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775253; }

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

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

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

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

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

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

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

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