Html Css Color HEX #7A575E Falcon

📋 copy color: '#7A575E'

red 122 ◦ green 87 ◦ blue 94

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

Shades of Falcon #7A575E

Tints of Falcon #7A575E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.71%

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

R = 40.26%
G = 28.71%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#7A575E (or 0x7A575E) is known color: Falcon. HEX triplet: 7A, 57 and 5E. RGB value is (122,87,94). Sum of RGB (Red+Green+Blue) = 122+87+94=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 122 - color contains mainly: red. Hex color #7A575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A575E is #85A8A1. Grayscale: #626262. Windows color (decimal): -8759458 or 6182778. OLE color: 6182778.

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

Color convert

RGB 122 87 94 -
CMYK 0 0.29 0.23 0.52
HSL 348º 0.17% 0.41% -
HSV(B) 348º 0.29% 0.48% -
XYZ 13.45 11.76 12.15 -
YUV 98.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 122 87 94 0 0.29 0.23 0.52 348 0.17 0.41
Hex 7A 57 5E 0 1D 17 34 15C 11 29
Octal 172 127 136 0 35 27 64 534 21 51
Binary 1111010 1010111 1011110 0 11101 10111 110100 101011100 10001 101001

Color Harmonies of #7A575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A575E

Black with #7A575E

Text Example


Text Example

White with #7A575E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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