#775E5F

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

Shades of Falcon #775E5F

Tints of Falcon #775E5F

Color information

#775E5F (or 0x775E5F) is unknown color: approx Falcon. HEX triplet: 77, 5E and 5F. RGB value is (119,94,95). Sum of RGB (Red+Green+Blue) = 119+94+95=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #775E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E5F is #88A1A0. Grayscale: #656565. Windows color (decimal): -8954273 or 6250103. OLE color: 6250103.

HSL color Cylindrical-coordinate representation of color #775E5F: hue angle of 357.6º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #775E5F is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB1199495-
CMYK00.210.200.53
HSL357.6º11.74%41.76%-
HSV(B)357.6º21.01%46.67%-
XYZ13.6812.7512.57-
YUV101.59124.28140.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.64%
GREEN value IS 94 (37.11% from 255) = 30.52%
BLUE value IS 95 (37.5% from 255) = 30.84%
R=38.64%
G=30.52%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119949500.210.200.53357.611.7441.76
Hex775E5F0151435166c2a
Octal16713613702524655461452
Binary111011110111101011111010101101001101011011001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,94,95); }

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

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

 a { background-color: rgb(119,94,95); }

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

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

 span { border-color: rgb(119,94,95); }

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