Html Css Color HEX #7A2504 Falu Red

📋 copy color: '#7A2504'

red 122 ◦ green 37 ◦ blue 4

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

Shades of Falu Red #7A2504

Tints of Falu Red #7A2504

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.7%

 BLUE value IS 4 (1.95% from 255) = 2.45%

R = 74.85%
G = 22.7%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.52

RGB Variations

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

Color information

#7A2504 (or 0x7A2504) is known color: Falu Red. HEX triplet: 7A, 25 and 04. RGB value is (122,37,4). Sum of RGB (Red+Green+Blue) = 122+37+4=163 (21% of max value = 765). Red value is 122 (48.05% from 255 or 74.85% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2504 is #85DAFB. Grayscale: #3A3A3A. Windows color (decimal): -8772348 or 271738. OLE color: 271738.

HSL color Cylindrical-coordinate representation of color #7A2504: hue angle of 16.78º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A2504 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 37 4 -
CMYK 0 0.70 0.97 0.52
HSL 16.78º 0.94% 0.25% -
HSV(B) 16.78º 0.97% 0.48% -
XYZ 8.71 5.47 0.71 -
YUV 58.65 97.16 173.18 -
System Red Green Blue C M Y K H S L
Decimal 122 37 4 0 0.70 0.97 0.52 16.78 0.94 0.25
Hex 7A 25 4 0 46 61 34 11 5E 19
Octal 172 45 4 0 106 141 64 21 136 31
Binary 1111010 100101 100 0 1000110 1100001 110100 10001 1011110 11001

Color Harmonies of #7A2504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2504

Black with #7A2504

Text Example


Text Example

White with #7A2504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,37,4); }

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

background-color css

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

 a { background-color: rgb(122,37,4); }

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

border-color css

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

 span { border-color: rgb(122,37,4); }

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