Html Css Color HEX #785355 Falcon

📋 copy color: '#785355'

red 120 ◦ green 83 ◦ blue 85

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

Shades of Falcon #785355

Tints of Falcon #785355

RGB

 RED value IS 120 (47.27% from 255) = 41.67%

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

 BLUE value IS 85 (33.59% from 255) = 29.51%

R = 41.67%
G = 28.82%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#785355 (or 0x785355) is known color: Falcon. HEX triplet: 78, 53 and 55. RGB value is (120,83,85). Sum of RGB (Red+Green+Blue) = 120+83+85=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #785355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785355 is #87ACAA. Grayscale: #5E5E5E. Windows color (decimal): -8891563 or 5591928. OLE color: 5591928.

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

Color convert

RGB 120 83 85 -
CMYK 0 0.31 0.29 0.53
HSL 356.76º 0.18% 0.4% -
HSV(B) 356.76º 0.31% 0.47% -
XYZ 12.48 10.84 10.03 -
YUV 94.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 120 83 85 0 0.31 0.29 0.53 356.76 0.18 0.4
Hex 78 53 55 0 1F 1D 35 165 12 28
Octal 170 123 125 0 37 35 65 545 22 50
Binary 1111000 1010011 1010101 0 11111 11101 110101 101100101 10010 101000

Color Harmonies of #785355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785355

Black with #785355

Text Example


Text Example

White with #785355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785355; }

 p { color: rgb(120,83,85); }

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

background-color css

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

 a { background-color: rgb(120,83,85); }

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

border-color css

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

 span { border-color: rgb(120,83,85); }

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