#775153

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

Shades of Falcon #775153

Tints of Falcon #775153

Color information

#775153 (or 0x775153) is unknown color: approx Falcon. HEX triplet: 77, 51 and 53. RGB value is (119,81,83). Sum of RGB (Red+Green+Blue) = 119+81+83=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #775153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775153 is #88AEAC. Grayscale: #5C5C5C. Windows color (decimal): -8957613 or 5460343. OLE color: 5460343.

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

Color convert

RGB1198183-
CMYK00.320.300.53
HSL356.84º19%39.22%-
HSV(B)356.84º31.93%46.67%-
XYZ12.1110.439.56-
YUV92.59122.59146.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.05%
GREEN value IS 81 (32.03% from 255) = 28.62%
BLUE value IS 83 (32.81% from 255) = 29.33%
R=42.05%
G=28.62%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119818300.320.300.53356.841939.22
Hex7751530201E351651327
Octal16712112304036655452347
Binary11101111010001101001101000001111011010110110010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775153; }

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

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

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

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

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

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

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

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