#775058

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

Shades of Falcon #775058

Tints of Falcon #775058

Color information

#775058 (or 0x775058) is unknown color: approx Falcon. HEX triplet: 77, 50 and 58. RGB value is (119,80,88). Sum of RGB (Red+Green+Blue) = 119+80+88=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #775058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775058 is #88AFA7. Grayscale: #5C5C5C. Windows color (decimal): -8957864 or 5787767. OLE color: 5787767.

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

Color convert

RGB1198088-
CMYK00.330.260.53
HSL347.69º19.6%39.02%-
HSV(B)347.69º32.77%46.67%-
XYZ12.2410.3610.59-
YUV92.57125.42146.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 88 (34.77% from 255) = 30.66%
R=41.46%
G=27.87%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119808800.330.260.53347.6919.639.02
Hex7750580211A3515c1427
Octal16712013004132655342447
Binary11101111010000101100001000011101011010110101110010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775058; }

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

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

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

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

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

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

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

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