Html Css Color HEX #7A5058 Falcon

📋 copy color: '#7A5058'

red 122 ◦ green 80 ◦ blue 88

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

Shades of Falcon #7A5058

Tints of Falcon #7A5058

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.59%

 BLUE value IS 88 (34.77% from 255) = 30.34%

R = 42.07%
G = 27.59%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.52

RGB Variations

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

Color information

#7A5058 (or 0x7A5058) is known color: Falcon. HEX triplet: 7A, 50 and 58. RGB value is (122,80,88). Sum of RGB (Red+Green+Blue) = 122+80+88=290 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.07% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5058 is #85AFA7. Grayscale: #5D5D5D. Windows color (decimal): -8761256 or 5787770. OLE color: 5787770.

HSL color Cylindrical-coordinate representation of color #7A5058: hue angle of 348.57º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A5058 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 80 88 -
CMYK 0 0.34 0.28 0.52
HSL 348.57º 0.21% 0.4% -
HSV(B) 348.57º 0.34% 0.48% -
XYZ 12.66 10.58 10.61 -
YUV 93.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 122 80 88 0 0.34 0.28 0.52 348.57 0.21 0.4
Hex 7A 50 58 0 22 1C 34 15D 15 28
Octal 172 120 130 0 42 34 64 535 25 50
Binary 1111010 1010000 1011000 0 100010 11100 110100 101011101 10101 101000

Color Harmonies of #7A5058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5058

Black with #7A5058

Text Example


Text Example

White with #7A5058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,80,88); }

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

background-color css

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

 a { background-color: rgb(122,80,88); }

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

border-color css

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

 span { border-color: rgb(122,80,88); }

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