Html Css Color HEX #7A180C Falu Red

📋 copy color: '#7A180C'

red 122 ◦ green 24 ◦ blue 12

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

Shades of Falu Red #7A180C

Tints of Falu Red #7A180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.19%

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

R = 77.22%
G = 15.19%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.52

RGB Variations

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

Color information

#7A180C (or 0x7A180C) is known color: Falu Red. HEX triplet: 7A, 18 and 0C. RGB value is (122,24,12). Sum of RGB (Red+Green+Blue) = 122+24+12=158 (20% of max value = 765). Red value is 122 (48.05% from 255 or 77.22% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 122 - color contains mainly: red. Hex color #7A180C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A180C is #85E7F3. Grayscale: #343434. Windows color (decimal): -8775668 or 792698. OLE color: 792698.

HSL color Cylindrical-coordinate representation of color #7A180C: hue angle of 6.55º 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 #7A180C is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 24 12 -
CMYK 0 0.80 0.90 0.52
HSL 6.55º 0.82% 0.26% -
HSV(B) 6.55º 0.9% 0.48% -
XYZ 8.42 4.82 0.83 -
YUV 51.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 122 24 12 0 0.80 0.90 0.52 6.55 0.82 0.26
Hex 7A 18 C 0 50 5A 34 7 52 1A
Octal 172 30 14 0 120 132 64 7 122 32
Binary 1111010 11000 1100 0 1010000 1011010 110100 111 1010010 11010

Color Harmonies of #7A180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A180C

Black with #7A180C

Text Example


Text Example

White with #7A180C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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