#775758

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

Shades of Falcon #775758

Tints of Falcon #775758

Color information

#775758 (or 0x775758) is unknown color: approx Falcon. HEX triplet: 77, 57 and 58. RGB value is (119,87,88). Sum of RGB (Red+Green+Blue) = 119+87+88=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #775758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775758 is #88A8A7. Grayscale: #606060. Windows color (decimal): -8956072 or 5789559. OLE color: 5789559.

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

Color convert

RGB1198788-
CMYK00.270.260.53
HSL358.12º15.53%40.39%-
HSV(B)358.12º26.89%46.67%-
XYZ12.7811.4410.77-
YUV96.68123.1143.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 87 (34.38% from 255) = 29.59%
BLUE value IS 88 (34.77% from 255) = 29.93%
R=40.48%
G=29.59%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119878800.270.260.53358.1215.5340.39
Hex77575801B1A351661028
Octal16712713003332655462050
Binary1110111101011110110000110111101011010110110011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775758; }

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

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

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

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

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

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

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

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