#775C61

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

Shades of Falcon #775C61

Tints of Falcon #775C61

Color information

#775C61 (or 0x775C61) is unknown color: approx Falcon. HEX triplet: 77, 5C and 61. RGB value is (119,92,97). Sum of RGB (Red+Green+Blue) = 119+92+97=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #775C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C61 is #88A39E. Grayscale: #646464. Windows color (decimal): -8954783 or 6380663. OLE color: 6380663.

HSL color Cylindrical-coordinate representation of color #775C61: hue angle of 348.89º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #775C61 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1199297-
CMYK00.230.180.53
HSL348.89º12.8%41.37%-
HSV(B)348.89º22.69%46.67%-
XYZ13.5912.4412.99-
YUV100.64125.95141.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.64%
GREEN value IS 92 (36.33% from 255) = 29.87%
BLUE value IS 97 (38.28% from 255) = 31.49%
R=38.64%
G=29.87%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119929700.230.180.53348.8912.841.37
Hex775C61017123515dd29
Octal16713414102722655351551
Binary111011110111001100001010111100101101011010111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775C61; }

 p { color: rgb(119,92,97); }

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

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

 a { background-color: rgb(119,92,97); }

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

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

 span { border-color: rgb(119,92,97); }

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