#775B5C

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

Shades of Falcon #775B5C

Tints of Falcon #775B5C

Color information

#775B5C (or 0x775B5C) is unknown color: approx Falcon. HEX triplet: 77, 5B and 5C. RGB value is (119,91,92). Sum of RGB (Red+Green+Blue) = 119+91+92=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #775B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775B5C is #88A4A3. Grayscale: #636363. Windows color (decimal): -8955044 or 6052727. OLE color: 6052727.

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

Color convert

RGB1199192-
CMYK00.240.230.53
HSL357.86º13.33%41.18%-
HSV(B)357.86º23.53%46.67%-
XYZ13.2812.1811.78-
YUV99.49123.78141.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.40%
GREEN value IS 91 (35.94% from 255) = 30.13%
BLUE value IS 92 (36.33% from 255) = 30.46%
R=39.40%
G=30.13%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119919200.240.230.53357.8613.3341.18
Hex775B5C0181735166d29
Octal16713313403027655461551
Binary111011110110111011100011000101111101011011001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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