Html Css Color HEX #785253 Falcon

📋 copy color: '#785253'

red 120 ◦ green 82 ◦ blue 83

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

Shades of Falcon #785253

Tints of Falcon #785253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.12%

R = 42.11%
G = 28.77%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#785253 (or 0x785253) is known color: Falcon. HEX triplet: 78, 52 and 53. RGB value is (120,82,83). Sum of RGB (Red+Green+Blue) = 120+82+83=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #785253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785253 is #87ADAC. Grayscale: #5D5D5D. Windows color (decimal): -8891821 or 5460600. OLE color: 5460600.

HSL color Cylindrical-coordinate representation of color #785253: hue angle of 358.42º 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 #785253 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 82 83 -
CMYK 0 0.32 0.31 0.53
HSL 358.42º 0.19% 0.4% -
HSV(B) 358.42º 0.32% 0.47% -
XYZ 12.32 10.65 9.59 -
YUV 93.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 120 82 83 0 0.32 0.31 0.53 358.42 0.19 0.4
Hex 78 52 53 0 20 1F 35 166 13 28
Octal 170 122 123 0 40 37 65 546 23 50
Binary 1111000 1010010 1010011 0 100000 11111 110101 101100110 10011 101000

Color Harmonies of #785253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785253

Black with #785253

Text Example


Text Example

White with #785253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785253; }

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

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

background-color css

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

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

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

border-color css

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

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

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