Html Css Color HEX #775658 Falcon

📋 copy color: '#775658'

red 119 ◦ green 86 ◦ blue 88

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

Shades of Falcon #775658

Tints of Falcon #775658

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.35%

 BLUE value IS 88 (34.77% from 255) = 30.03%

R = 40.61%
G = 29.35%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#775658 (or 0x775658) is known color: Falcon. HEX triplet: 77, 56 and 58. RGB value is (119,86,88). Sum of RGB (Red+Green+Blue) = 119+86+88=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #775658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775658 is #88A9A7. Grayscale: #606060. Windows color (decimal): -8956328 or 5789303. OLE color: 5789303.

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

Color convert

RGB 119 86 88 -
CMYK 0 0.28 0.26 0.53
HSL 356.36º 0.16% 0.4% -
HSV(B) 356.36º 0.28% 0.47% -
XYZ 12.7 11.28 10.74 -
YUV 96.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 119 86 88 0 0.28 0.26 0.53 356.36 0.16 0.4
Hex 77 56 58 0 1C 1A 35 164 10 28
Octal 167 126 130 0 34 32 65 544 20 50
Binary 1110111 1010110 1011000 0 11100 11010 110101 101100100 10000 101000

Color Harmonies of #775658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775658

Black with #775658

Text Example


Text Example

White with #775658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775658; }

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

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

background-color css

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

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

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

border-color css

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

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

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