Html Css Color HEX #7B180C Falu Red

📋 copy color: '#7B180C'

red 123 ◦ green 24 ◦ blue 12

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

Shades of Falu Red #7B180C

Tints of Falu Red #7B180C

RGB

 RED value IS 123 (48.44% from 255) = 77.36%

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

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

R = 77.36%
G = 15.09%
B = 7.55%

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

#7B180C (or 0x7B180C) is known color: Falu Red. HEX triplet: 7B, 18 and 0C. RGB value is (123,24,12). Sum of RGB (Red+Green+Blue) = 123+24+12=159 (21% of max value = 765). Red value is 123 (48.44% from 255 or 77.36% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 123 - color contains mainly: red. Hex color #7B180C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B180C is #84E7F3. Grayscale: #343434. Windows color (decimal): -8710132 or 792699. OLE color: 792699.

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

Color convert

RGB 123 24 12 -
CMYK 0 0.80 0.90 0.52
HSL 6.49º 0.82% 0.26% -
HSV(B) 6.49º 0.9% 0.48% -
XYZ 8.56 4.89 0.84 -
YUV 52.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 123 24 12 0 0.80 0.90 0.52 6.49 0.82 0.26
Hex 7B 18 C 0 50 5A 34 6 52 1A
Octal 173 30 14 0 120 132 64 6 122 32
Binary 1111011 11000 1100 0 1010000 1011010 110100 110 1010010 11010

Color Harmonies of #7B180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B180C

Black with #7B180C

Text Example


Text Example

White with #7B180C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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