Html Css Color HEX #7A585A Falcon

📋 copy color: '#7A585A'

red 122 ◦ green 88 ◦ blue 90

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

Shades of Falcon #7A585A

Tints of Falcon #7A585A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.33%

 BLUE value IS 90 (35.55% from 255) = 30%

R = 40.67%
G = 29.33%
B = 30%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#7A585A (or 0x7A585A) is known color: Falcon. HEX triplet: 7A, 58 and 5A. RGB value is (122,88,90). Sum of RGB (Red+Green+Blue) = 122+88+90=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 122 - color contains mainly: red. Hex color #7A585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A585A is #85A7A5. Grayscale: #626262. Windows color (decimal): -8759206 or 5920890. OLE color: 5920890.

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

Color convert

RGB 122 88 90 -
CMYK 0 0.28 0.26 0.52
HSL 356.47º 0.16% 0.41% -
HSV(B) 356.47º 0.28% 0.48% -
XYZ 13.36 11.86 11.26 -
YUV 98.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 122 88 90 0 0.28 0.26 0.52 356.47 0.16 0.41
Hex 7A 58 5A 0 1C 1A 34 164 10 29
Octal 172 130 132 0 34 32 64 544 20 51
Binary 1111010 1011000 1011010 0 11100 11010 110100 101100100 10000 101001

Color Harmonies of #7A585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A585A

Black with #7A585A

Text Example


Text Example

White with #7A585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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