Html Css Color HEX #77595D Falcon

📋 copy color: '#77595D'

red 119 ◦ green 89 ◦ blue 93

#77595D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falcon #77595D

Tints of Falcon #77595D

RGB

 RED value IS 119 (46.88% from 255) = 39.53%

 GREEN value IS 89 (35.16% from 255) = 29.57%

 BLUE value IS 93 (36.72% from 255) = 30.9%

R = 39.53%
G = 29.57%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#77595D (or 0x77595D) is known color: Falcon. HEX triplet: 77, 59 and 5D. RGB value is (119,89,93). Sum of RGB (Red+Green+Blue) = 119+89+93=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #77595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77595D is #88A6A2. Grayscale: #626262. Windows color (decimal): -8955555 or 6117751. OLE color: 6117751.

HSL color Cylindrical-coordinate representation of color #77595D: hue angle of 352º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #77595D is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 89 93 -
CMYK 0 0.25 0.22 0.53
HSL 352º 0.14% 0.41% -
HSV(B) 352º 0.25% 0.47% -
XYZ 13.16 11.86 11.95 -
YUV 98.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 119 89 93 0 0.25 0.22 0.53 352 0.14 0.41
Hex 77 59 5D 0 19 16 35 160 E 29
Octal 167 131 135 0 31 26 65 540 16 51
Binary 1110111 1011001 1011101 0 11001 10110 110101 101100000 1110 101001

Color Harmonies of #77595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77595D

Black with #77595D

Text Example


Text Example

White with #77595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77595D; }

 p { color: rgb(119,89,93); }

 H1.HeaderClassName
 {
   color: #77595D;
 }
 .AnyTagClassName
 {
   color: #77595D;
 }
</style>

background-color css

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

 a { background-color: rgb(119,89,93); }

 div.DivClassName
 {
   background-color: #77595D;
 }
 .BgClassName
 {
   background-color: #77595D;
 }
</style>

border-color css

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

 span { border-color: rgb(119,89,93); }

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