Html Css Color HEX #7A575F Falcon

📋 copy color: '#7A575F'

red 122 ◦ green 87 ◦ blue 95

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

Shades of Falcon #7A575F

Tints of Falcon #7A575F

RGB

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

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

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

R = 40.13%
G = 28.62%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#7A575F (or 0x7A575F) is known color: Falcon. HEX triplet: 7A, 57 and 5F. RGB value is (122,87,95). Sum of RGB (Red+Green+Blue) = 122+87+95=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 122 - color contains mainly: red. Hex color #7A575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A575F is #85A8A0. Grayscale: #626262. Windows color (decimal): -8759457 or 6248314. OLE color: 6248314.

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

Color convert

RGB 122 87 95 -
CMYK 0 0.29 0.22 0.52
HSL 346.29º 0.17% 0.41% -
HSV(B) 346.29º 0.29% 0.48% -
XYZ 13.5 11.78 12.39 -
YUV 98.38 126.1 144.85 -
System Red Green Blue C M Y K H S L
Decimal 122 87 95 0 0.29 0.22 0.52 346.29 0.17 0.41
Hex 7A 57 5F 0 1D 16 34 15A 11 29
Octal 172 127 137 0 35 26 64 532 21 51
Binary 1111010 1010111 1011111 0 11101 10110 110100 101011010 10001 101001

Color Harmonies of #7A575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A575F

Black with #7A575F

Text Example


Text Example

White with #7A575F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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