Html Css Color HEX #7A2605 Falu Red

📋 copy color: '#7A2605'

red 122 ◦ green 38 ◦ blue 5

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

Shades of Falu Red #7A2605

Tints of Falu Red #7A2605

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.03%

 BLUE value IS 5 (2.34% from 255) = 3.03%

R = 73.94%
G = 23.03%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.52

RGB Variations

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

Color information

#7A2605 (or 0x7A2605) is known color: Falu Red. HEX triplet: 7A, 26 and 05. RGB value is (122,38,5). Sum of RGB (Red+Green+Blue) = 122+38+5=165 (21% of max value = 765). Red value is 122 (48.05% from 255 or 73.94% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2605 is #85D9FA. Grayscale: #3B3B3B. Windows color (decimal): -8772091 or 337530. OLE color: 337530.

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

Color convert

RGB 122 38 5 -
CMYK 0 0.69 0.96 0.52
HSL 16.92º 0.92% 0.25% -
HSV(B) 16.92º 0.96% 0.48% -
XYZ 8.75 5.53 0.75 -
YUV 59.35 97.33 172.68 -
System Red Green Blue C M Y K H S L
Decimal 122 38 5 0 0.69 0.96 0.52 16.92 0.92 0.25
Hex 7A 26 5 0 45 60 34 11 5C 19
Octal 172 46 5 0 105 140 64 21 134 31
Binary 1111010 100110 101 0 1000101 1100000 110100 10001 1011100 11001

Color Harmonies of #7A2605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2605

Black with #7A2605

Text Example


Text Example

White with #7A2605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,38,5); }

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

background-color css

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

 a { background-color: rgb(122,38,5); }

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

border-color css

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

 span { border-color: rgb(122,38,5); }

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