#775052

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

Shades of Falcon #775052

Tints of Falcon #775052

Color information

#775052 (or 0x775052) is unknown color: approx Falcon. HEX triplet: 77, 50 and 52. RGB value is (119,80,82). Sum of RGB (Red+Green+Blue) = 119+80+82=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #775052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775052 is #88AFAD. Grayscale: #5B5B5B. Windows color (decimal): -8957870 or 5394551. OLE color: 5394551.

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

Color convert

RGB1198082-
CMYK00.330.310.53
HSL356.92º19.6%39.02%-
HSV(B)356.92º32.77%46.67%-
XYZ1210.279.33-
YUV91.89122.42147.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 82 (32.42% from 255) = 29.18%
R=42.35%
G=28.47%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119808200.330.310.53356.9219.639.02
Hex7750520211F351651427
Octal16712012204137655452447
Binary11101111010000101001001000011111111010110110010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775052; }

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

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

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

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

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

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

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

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