Html Css Color HEX #795960 Falcon

📋 copy color: '#795960'

red 121 ◦ green 89 ◦ blue 96

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

Shades of Falcon #795960

Tints of Falcon #795960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.08%

 BLUE value IS 96 (37.89% from 255) = 31.37%

R = 39.54%
G = 29.08%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#795960 (or 0x795960) is known color: Falcon. HEX triplet: 79, 59 and 60. RGB value is (121,89,96). Sum of RGB (Red+Green+Blue) = 121+89+96=306 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.54% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 121 - color contains mainly: red. Hex color #795960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795960 is #86A69F. Grayscale: #636363. Windows color (decimal): -8824480 or 6314361. OLE color: 6314361.

HSL color Cylindrical-coordinate representation of color #795960: hue angle of 346.88º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #795960 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 89 96 -
CMYK 0 0.26 0.21 0.53
HSL 346.88º 0.15% 0.41% -
HSV(B) 346.88º 0.26% 0.47% -
XYZ 13.57 12.05 12.68 -
YUV 99.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 121 89 96 0 0.26 0.21 0.53 346.88 0.15 0.41
Hex 79 59 60 0 1A 15 35 15B F 29
Octal 171 131 140 0 32 25 65 533 17 51
Binary 1111001 1011001 1100000 0 11010 10101 110101 101011011 1111 101001

Color Harmonies of #795960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795960

Black with #795960

Text Example


Text Example

White with #795960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795960; }

 p { color: rgb(121,89,96); }

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

background-color css

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

 a { background-color: rgb(121,89,96); }

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

border-color css

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

 span { border-color: rgb(121,89,96); }

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