Html Css Color HEX #775556 Falcon

📋 copy color: '#775556'

red 119 ◦ green 85 ◦ blue 86

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

Shades of Falcon #775556

Tints of Falcon #775556

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

 BLUE value IS 86 (33.98% from 255) = 29.66%

R = 41.03%
G = 29.31%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#775556 (or 0x775556) is known color: Falcon. HEX triplet: 77, 55 and 56. RGB value is (119,85,86). Sum of RGB (Red+Green+Blue) = 119+85+86=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #775556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775556 is #88AAA9. Grayscale: #5F5F5F. Windows color (decimal): -8956586 or 5657975. OLE color: 5657975.

HSL color Cylindrical-coordinate representation of color #775556: hue angle of 358.24º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #775556 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 85 86 -
CMYK 0 0.29 0.28 0.53
HSL 358.24º 0.17% 0.4% -
HSV(B) 358.24º 0.29% 0.47% -
XYZ 12.54 11.09 10.28 -
YUV 95.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 119 85 86 0 0.29 0.28 0.53 358.24 0.17 0.4
Hex 77 55 56 0 1D 1C 35 166 11 28
Octal 167 125 126 0 35 34 65 546 21 50
Binary 1110111 1010101 1010110 0 11101 11100 110101 101100110 10001 101000

Color Harmonies of #775556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775556

Black with #775556

Text Example


Text Example

White with #775556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775556; }

 p { color: rgb(119,85,86); }

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

background-color css

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

 a { background-color: rgb(119,85,86); }

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

border-color css

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

 span { border-color: rgb(119,85,86); }

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