Html Css Color HEX #7A2007 Falu Red

📋 copy color: '#7A2007'

red 122 ◦ green 32 ◦ blue 7

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

Shades of Falu Red #7A2007

Tints of Falu Red #7A2007

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.88%

 BLUE value IS 7 (3.13% from 255) = 4.35%

R = 75.78%
G = 19.88%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.52

RGB Variations

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

Color information

#7A2007 (or 0x7A2007) is known color: Falu Red. HEX triplet: 7A, 20 and 07. RGB value is (122,32,7). Sum of RGB (Red+Green+Blue) = 122+32+7=161 (21% of max value = 765). Red value is 122 (48.05% from 255 or 75.78% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2007 is #85DFF8. Grayscale: #383838. Windows color (decimal): -8773625 or 467066. OLE color: 467066.

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

Color convert

RGB 122 32 7 -
CMYK 0 0.74 0.94 0.52
HSL 13.04º 0.89% 0.25% -
HSV(B) 13.04º 0.94% 0.48% -
XYZ 8.58 5.19 0.75 -
YUV 56.06 100.32 175.03 -
System Red Green Blue C M Y K H S L
Decimal 122 32 7 0 0.74 0.94 0.52 13.04 0.89 0.25
Hex 7A 20 7 0 4A 5E 34 D 59 19
Octal 172 40 7 0 112 136 64 15 131 31
Binary 1111010 100000 111 0 1001010 1011110 110100 1101 1011001 11001

Color Harmonies of #7A2007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2007

Black with #7A2007

Text Example


Text Example

White with #7A2007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,32,7); }

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

background-color css

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

 a { background-color: rgb(122,32,7); }

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

border-color css

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

 span { border-color: rgb(122,32,7); }

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