Html Css Color HEX #7A595F Falcon

📋 copy color: '#7A595F'

red 122 ◦ green 89 ◦ blue 95

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

Shades of Falcon #7A595F

Tints of Falcon #7A595F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.05%

R = 39.87%
G = 29.08%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#7A595F (or 0x7A595F) is known color: Falcon. HEX triplet: 7A, 59 and 5F. RGB value is (122,89,95). Sum of RGB (Red+Green+Blue) = 122+89+95=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 122 - color contains mainly: red. Hex color #7A595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A595F is #85A6A0. Grayscale: #636363. Windows color (decimal): -8758945 or 6248826. OLE color: 6248826.

HSL color Cylindrical-coordinate representation of color #7A595F: hue angle of 349.09º 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 #7A595F is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 89 95 -
CMYK 0 0.27 0.22 0.52
HSL 349.09º 0.16% 0.41% -
HSV(B) 349.09º 0.27% 0.48% -
XYZ 13.66 12.11 12.44 -
YUV 99.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 122 89 95 0 0.27 0.22 0.52 349.09 0.16 0.41
Hex 7A 59 5F 0 1B 16 34 15D 10 29
Octal 172 131 137 0 33 26 64 535 20 51
Binary 1111010 1011001 1011111 0 11011 10110 110100 101011101 10000 101001

Color Harmonies of #7A595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A595F

Black with #7A595F

Text Example


Text Example

White with #7A595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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