Html Css Color HEX #775354 Falcon

📋 copy color: '#775354'

red 119 ◦ green 83 ◦ blue 84

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

Shades of Falcon #775354

Tints of Falcon #775354

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.02%

 BLUE value IS 84 (33.2% from 255) = 29.37%

R = 41.61%
G = 29.02%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#775354 (or 0x775354) is known color: Falcon. HEX triplet: 77, 53 and 54. RGB value is (119,83,84). Sum of RGB (Red+Green+Blue) = 119+83+84=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #775354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775354 is #88ACAB. Grayscale: #5D5D5D. Windows color (decimal): -8957100 or 5526391. OLE color: 5526391.

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

Color convert

RGB 119 83 84 -
CMYK 0 0.30 0.29 0.53
HSL 358.33º 0.18% 0.4% -
HSV(B) 358.33º 0.3% 0.47% -
XYZ 12.3 10.75 9.81 -
YUV 93.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 119 83 84 0 0.30 0.29 0.53 358.33 0.18 0.4
Hex 77 53 54 0 1E 1D 35 166 12 28
Octal 167 123 124 0 36 35 65 546 22 50
Binary 1110111 1010011 1010100 0 11110 11101 110101 101100110 10010 101000

Color Harmonies of #775354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775354

Black with #775354

Text Example


Text Example

White with #775354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775354; }

 p { color: rgb(119,83,84); }

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

background-color css

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

 a { background-color: rgb(119,83,84); }

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

border-color css

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

 span { border-color: rgb(119,83,84); }

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