#775358

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

Shades of Falcon #775358

Tints of Falcon #775358

Color information

#775358 (or 0x775358) is unknown color: approx Falcon. HEX triplet: 77, 53 and 58. RGB value is (119,83,88). Sum of RGB (Red+Green+Blue) = 119+83+88=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #775358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775358 is #88ACA7. Grayscale: #5E5E5E. Windows color (decimal): -8957096 or 5788535. OLE color: 5788535.

HSL color Cylindrical-coordinate representation of color #775358: hue angle of 351.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #775358 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB1198388-
CMYK00.300.260.53
HSL351.67º17.82%39.61%-
HSV(B)351.67º30.25%46.67%-
XYZ12.4610.8110.66-
YUV94.33124.43145.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.03%
GREEN value IS 83 (32.81% from 255) = 28.62%
BLUE value IS 88 (34.77% from 255) = 30.34%
R=41.03%
G=28.62%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119838800.300.260.53351.6717.8239.61
Hex77535801E1A351601228
Octal16712313003632655402250
Binary1110111101001110110000111101101011010110110000010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775358; }

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

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

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

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

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

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

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

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