Html Css Color HEX #795254 Falcon

📋 copy color: '#795254'

red 121 ◦ green 82 ◦ blue 84

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

Shades of Falcon #795254

Tints of Falcon #795254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.27%

R = 42.16%
G = 28.57%
B = 29.27%

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

#795254 (or 0x795254) is known color: Falcon. HEX triplet: 79, 52 and 54. RGB value is (121,82,84). Sum of RGB (Red+Green+Blue) = 121+82+84=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #795254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795254 is #86ADAB. Grayscale: #5D5D5D. Windows color (decimal): -8826284 or 5526137. OLE color: 5526137.

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

Color convert

RGB 121 82 84 -
CMYK 0 0.32 0.31 0.53
HSL 356.92º 0.19% 0.4% -
HSV(B) 356.92º 0.32% 0.47% -
XYZ 12.5 10.74 9.8 -
YUV 93.89 122.42 147.34 -
System Red Green Blue C M Y K H S L
Decimal 121 82 84 0 0.32 0.31 0.53 356.92 0.19 0.4
Hex 79 52 54 0 20 1F 35 165 13 28
Octal 171 122 124 0 40 37 65 545 23 50
Binary 1111001 1010010 1010100 0 100000 11111 110101 101100101 10011 101000

Color Harmonies of #795254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795254

Black with #795254

Text Example


Text Example

White with #795254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795254; }

 p { color: rgb(121,82,84); }

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

background-color css

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

 a { background-color: rgb(121,82,84); }

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

border-color css

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

 span { border-color: rgb(121,82,84); }

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