#77575B

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

Shades of Falcon #77575B

Tints of Falcon #77575B

Color information

#77575B (or 0x77575B) is unknown color: approx Falcon. HEX triplet: 77, 57 and 5B. RGB value is (119,87,91). Sum of RGB (Red+Green+Blue) = 119+87+91=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #77575B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77575B is #88A8A4. Grayscale: #616161. Windows color (decimal): -8956069 or 5986167. OLE color: 5986167.

HSL color Cylindrical-coordinate representation of color #77575B: hue angle of 352.5º 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 #77575B is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1198791-
CMYK00.270.240.53
HSL352.5º15.53%40.39%-
HSV(B)352.5º26.89%46.67%-
XYZ12.911.4911.44-
YUV97.02124.6143.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 87 (34.38% from 255) = 29.29%
BLUE value IS 91 (35.94% from 255) = 30.64%
R=40.07%
G=29.29%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119879100.270.240.53352.515.5340.39
Hex77575B01B18351601028
Octal16712713303330655402050
Binary1110111101011110110110110111100011010110110000010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77575B; }

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

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

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

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

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

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

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

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