Html Css Color HEX #7A575D Falcon

📋 copy color: '#7A575D'

red 122 ◦ green 87 ◦ blue 93

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

Shades of Falcon #7A575D

Tints of Falcon #7A575D

RGB

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

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

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

R = 40.4%
G = 28.81%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#7A575D (or 0x7A575D) is known color: Falcon. HEX triplet: 7A, 57 and 5D. RGB value is (122,87,93). Sum of RGB (Red+Green+Blue) = 122+87+93=302 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.40% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 122 - color contains mainly: red. Hex color #7A575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A575D is #85A8A2. Grayscale: #626262. Windows color (decimal): -8759459 or 6117242. OLE color: 6117242.

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

Color convert

RGB 122 87 93 -
CMYK 0 0.29 0.24 0.52
HSL 349.71º 0.17% 0.41% -
HSV(B) 349.71º 0.29% 0.48% -
XYZ 13.41 11.74 11.92 -
YUV 98.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 122 87 93 0 0.29 0.24 0.52 349.71 0.17 0.41
Hex 7A 57 5D 0 1D 18 34 15E 11 29
Octal 172 127 135 0 35 30 64 536 21 51
Binary 1111010 1010111 1011101 0 11101 11000 110100 101011110 10001 101001

Color Harmonies of #7A575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A575D

Black with #7A575D

Text Example


Text Example

White with #7A575D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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