Html Css Color HEX #77585D Falcon

📋 copy color: '#77585D'

red 119 ◦ green 88 ◦ blue 93

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

Shades of Falcon #77585D

Tints of Falcon #77585D

RGB

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

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

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

R = 39.67%
G = 29.33%
B = 31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#77585D (or 0x77585D) is known color: Falcon. HEX triplet: 77, 58 and 5D. RGB value is (119,88,93). Sum of RGB (Red+Green+Blue) = 119+88+93=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #77585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77585D is #88A7A2. Grayscale: #616161. Windows color (decimal): -8955811 or 6117495. OLE color: 6117495.

HSL color Cylindrical-coordinate representation of color #77585D: hue angle of 350.32º 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 #77585D is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 88 93 -
CMYK 0 0.26 0.22 0.53
HSL 350.32º 0.15% 0.41% -
HSV(B) 350.32º 0.26% 0.47% -
XYZ 13.07 11.69 11.92 -
YUV 97.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 119 88 93 0 0.26 0.22 0.53 350.32 0.15 0.41
Hex 77 58 5D 0 1A 16 35 15E F 29
Octal 167 130 135 0 32 26 65 536 17 51
Binary 1110111 1011000 1011101 0 11010 10110 110101 101011110 1111 101001

Color Harmonies of #77585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77585D

Black with #77585D

Text Example


Text Example

White with #77585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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