Html Css Color HEX #7A525A Falcon

📋 copy color: '#7A525A'

red 122 ◦ green 82 ◦ blue 90

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

Shades of Falcon #7A525A

Tints of Falcon #7A525A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.89%

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

R = 41.5%
G = 27.89%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#7A525A (or 0x7A525A) is known color: Falcon. HEX triplet: 7A, 52 and 5A. RGB value is (122,82,90). Sum of RGB (Red+Green+Blue) = 122+82+90=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 122 - color contains mainly: red. Hex color #7A525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A525A is #85ADA5. Grayscale: #5E5E5E. Windows color (decimal): -8760742 or 5919354. OLE color: 5919354.

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

Color convert

RGB 122 82 90 -
CMYK 0 0.33 0.26 0.52
HSL 348º 0.2% 0.4% -
HSV(B) 348º 0.33% 0.48% -
XYZ 12.89 10.91 11.1 -
YUV 94.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 122 82 90 0 0.33 0.26 0.52 348 0.2 0.4
Hex 7A 52 5A 0 21 1A 34 15C 14 28
Octal 172 122 132 0 41 32 64 534 24 50
Binary 1111010 1010010 1011010 0 100001 11010 110100 101011100 10100 101000

Color Harmonies of #7A525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A525A

Black with #7A525A

Text Example


Text Example

White with #7A525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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