Html Css Color HEX #785255 Falcon

📋 copy color: '#785255'

red 120 ◦ green 82 ◦ blue 85

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

Shades of Falcon #785255

Tints of Falcon #785255

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.57%

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

R = 41.81%
G = 28.57%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#785255 (or 0x785255) is known color: Falcon. HEX triplet: 78, 52 and 55. RGB value is (120,82,85). Sum of RGB (Red+Green+Blue) = 120+82+85=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #785255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785255 is #87ADAA. Grayscale: #5D5D5D. Windows color (decimal): -8891819 or 5591672. OLE color: 5591672.

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

Color convert

RGB 120 82 85 -
CMYK 0 0.32 0.29 0.53
HSL 355.26º 0.19% 0.4% -
HSV(B) 355.26º 0.32% 0.47% -
XYZ 12.4 10.68 10 -
YUV 93.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 120 82 85 0 0.32 0.29 0.53 355.26 0.19 0.4
Hex 78 52 55 0 20 1D 35 163 13 28
Octal 170 122 125 0 40 35 65 543 23 50
Binary 1111000 1010010 1010101 0 100000 11101 110101 101100011 10011 101000

Color Harmonies of #785255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785255

Black with #785255

Text Example


Text Example

White with #785255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785255; }

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

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

background-color css

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

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

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

border-color css

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

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

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