Html Css Color HEX #7A595E Falcon

📋 copy color: '#7A595E'

red 122 ◦ green 89 ◦ blue 94

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

Shades of Falcon #7A595E

Tints of Falcon #7A595E

RGB

 RED value IS 122 (48.05% from 255) = 40%

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

 BLUE value IS 94 (37.11% from 255) = 30.82%

R = 40%
G = 29.18%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#7A595E (or 0x7A595E) is known color: Falcon. HEX triplet: 7A, 59 and 5E. RGB value is (122,89,94). Sum of RGB (Red+Green+Blue) = 122+89+94=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 122 - color contains mainly: red. Hex color #7A595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A595E is #85A6A1. Grayscale: #636363. Windows color (decimal): -8758946 or 6183290. OLE color: 6183290.

HSL color Cylindrical-coordinate representation of color #7A595E: hue angle of 350.91º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A595E is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 89 94 -
CMYK 0 0.27 0.23 0.52
HSL 350.91º 0.16% 0.41% -
HSV(B) 350.91º 0.27% 0.48% -
XYZ 13.62 12.09 12.21 -
YUV 99.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 122 89 94 0 0.27 0.23 0.52 350.91 0.16 0.41
Hex 7A 59 5E 0 1B 17 34 15F 10 29
Octal 172 131 136 0 33 27 64 537 20 51
Binary 1111010 1011001 1011110 0 11011 10111 110100 101011111 10000 101001

Color Harmonies of #7A595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A595E

Black with #7A595E

Text Example


Text Example

White with #7A595E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A595E; }

 p { color: rgb(122,89,94); }

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

background-color css

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

 a { background-color: rgb(122,89,94); }

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

border-color css

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

 span { border-color: rgb(122,89,94); }

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