Html Css Color HEX #795C5D Falcon

📋 copy color: '#795C5D'

red 121 ◦ green 92 ◦ blue 93

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

Shades of Falcon #795C5D

Tints of Falcon #795C5D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.07%

 BLUE value IS 93 (36.72% from 255) = 30.39%

R = 39.54%
G = 30.07%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#795C5D (or 0x795C5D) is known color: Falcon. HEX triplet: 79, 5C and 5D. RGB value is (121,92,93). Sum of RGB (Red+Green+Blue) = 121+92+93=306 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.54% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 121 - color contains mainly: red. Hex color #795C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795C5D is #86A3A2. Grayscale: #646464. Windows color (decimal): -8823715 or 6118521. OLE color: 6118521.

HSL color Cylindrical-coordinate representation of color #795C5D: hue angle of 357.93º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #795C5D is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 92 93 -
CMYK 0 0.24 0.23 0.53
HSL 357.93º 0.14% 0.42% -
HSV(B) 357.93º 0.24% 0.47% -
XYZ 13.69 12.51 12.05 -
YUV 100.79 123.61 142.42 -
System Red Green Blue C M Y K H S L
Decimal 121 92 93 0 0.24 0.23 0.53 357.93 0.14 0.42
Hex 79 5C 5D 0 18 17 35 166 E 2A
Octal 171 134 135 0 30 27 65 546 16 52
Binary 1111001 1011100 1011101 0 11000 10111 110101 101100110 1110 101010

Color Harmonies of #795C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795C5D

Black with #795C5D

Text Example


Text Example

White with #795C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795C5D; }

 p { color: rgb(121,92,93); }

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

background-color css

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

 a { background-color: rgb(121,92,93); }

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

border-color css

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

 span { border-color: rgb(121,92,93); }

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