Html Css Color HEX #77585E Falcon

📋 copy color: '#77585E'

red 119 ◦ green 88 ◦ blue 94

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

Shades of Falcon #77585E

Tints of Falcon #77585E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.24%

 BLUE value IS 94 (37.11% from 255) = 31.23%

R = 39.53%
G = 29.24%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77585E (or 0x77585E) is known color: Falcon. HEX triplet: 77, 58 and 5E. RGB value is (119,88,94). Sum of RGB (Red+Green+Blue) = 119+88+94=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #77585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77585E is #88A7A1. Grayscale: #616161. Windows color (decimal): -8955810 or 6183031. OLE color: 6183031.

HSL color Cylindrical-coordinate representation of color #77585E: hue angle of 348.39º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77585E is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 88 94 -
CMYK 0 0.26 0.21 0.53
HSL 348.39º 0.15% 0.41% -
HSV(B) 348.39º 0.26% 0.47% -
XYZ 13.12 11.71 12.16 -
YUV 97.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 119 88 94 0 0.26 0.21 0.53 348.39 0.15 0.41
Hex 77 58 5E 0 1A 15 35 15C F 29
Octal 167 130 136 0 32 25 65 534 17 51
Binary 1110111 1011000 1011110 0 11010 10101 110101 101011100 1111 101001

Color Harmonies of #77585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77585E

Black with #77585E

Text Example


Text Example

White with #77585E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77585E; }

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

 H1.HeaderClassName
 {
   color: #77585E;
 }
 .AnyTagClassName
 {
   color: #77585E;
 }
</style>

background-color css

<style>
 a { background-color: #77585E; }

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

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

border-color css

<style>
 span { border-color: #77585E; }

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

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