Html Css Color HEX #77575B Falcon

📋 copy color: '#77575B'

red 119 ◦ green 87 ◦ blue 91

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

Shades of Falcon #77575B

Tints of Falcon #77575B

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 value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77575B (or 0x77575B) is known color: 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

RGB 119 87 91 -
CMYK 0 0.27 0.24 0.53
HSL 352.5º 0.16% 0.4% -
HSV(B) 352.5º 0.27% 0.47% -
XYZ 12.9 11.49 11.44 -
YUV 97.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 119 87 91 0 0.27 0.24 0.53 352.5 0.16 0.4
Hex 77 57 5B 0 1B 18 35 160 10 28
Octal 167 127 133 0 33 30 65 540 20 50
Binary 1110111 1010111 1011011 0 11011 11000 110101 101100000 10000 101000

Color Harmonies of #77575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77575B

Black with #77575B

Text Example


Text Example

White with #77575B

Text Example


Text Example

HTML Codes & Css Web 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>