Html Css Color HEX #7A140C Falu Red

📋 copy color: '#7A140C'

red 122 ◦ green 20 ◦ blue 12

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

Shades of Falu Red #7A140C

Tints of Falu Red #7A140C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.99%

 BLUE value IS 12 (5.08% from 255) = 7.79%

R = 79.22%
G = 12.99%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.52

RGB Variations

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

Color information

#7A140C (or 0x7A140C) is known color: Falu Red. HEX triplet: 7A, 14 and 0C. RGB value is (122,20,12). Sum of RGB (Red+Green+Blue) = 122+20+12=154 (20% of max value = 765). Red value is 122 (48.05% from 255 or 79.22% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 122 - color contains mainly: red. Hex color #7A140C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A140C is #85EBF3. Grayscale: #313131. Windows color (decimal): -8776692 or 791674. OLE color: 791674.

HSL color Cylindrical-coordinate representation of color #7A140C: hue angle of 4.36º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A140C is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 20 12 -
CMYK 0 0.84 0.90 0.52
HSL 4.36º 0.82% 0.26% -
HSV(B) 4.36º 0.9% 0.48% -
XYZ 8.34 4.66 0.81 -
YUV 49.59 106.79 179.65 -
System Red Green Blue C M Y K H S L
Decimal 122 20 12 0 0.84 0.90 0.52 4.36 0.82 0.26
Hex 7A 14 C 0 54 5A 34 4 52 1A
Octal 172 24 14 0 124 132 64 4 122 32
Binary 1111010 10100 1100 0 1010100 1011010 110100 100 1010010 11010

Color Harmonies of #7A140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A140C

Black with #7A140C

Text Example


Text Example

White with #7A140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,20,12); }

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

background-color css

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

 a { background-color: rgb(122,20,12); }

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

border-color css

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

 span { border-color: rgb(122,20,12); }

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