Html Css Color HEX #795355 Falcon

📋 copy color: '#795355'

red 121 ◦ green 83 ◦ blue 85

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

Shades of Falcon #795355

Tints of Falcon #795355

RGB

 RED value IS 121 (47.66% from 255) = 41.87%

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

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

R = 41.87%
G = 28.72%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#795355 (or 0x795355) is known color: Falcon. HEX triplet: 79, 53 and 55. RGB value is (121,83,85). Sum of RGB (Red+Green+Blue) = 121+83+85=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 121 - color contains mainly: red. Hex color #795355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795355 is #86ACAA. Grayscale: #5E5E5E. Windows color (decimal): -8826027 or 5591929. OLE color: 5591929.

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

Color convert

RGB 121 83 85 -
CMYK 0 0.31 0.30 0.53
HSL 356.84º 0.19% 0.4% -
HSV(B) 356.84º 0.31% 0.47% -
XYZ 12.62 10.91 10.03 -
YUV 94.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 121 83 85 0 0.31 0.30 0.53 356.84 0.19 0.4
Hex 79 53 55 0 1F 1E 35 165 13 28
Octal 171 123 125 0 37 36 65 545 23 50
Binary 1111001 1010011 1010101 0 11111 11110 110101 101100101 10011 101000

Color Harmonies of #795355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795355

Black with #795355

Text Example


Text Example

White with #795355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795355; }

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

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

background-color css

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

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

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

border-color css

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

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

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