Html Css Color HEX #7B140C Falu Red

📋 copy color: '#7B140C'

red 123 ◦ green 20 ◦ blue 12

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

Shades of Falu Red #7B140C

Tints of Falu Red #7B140C

RGB

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

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

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

R = 79.35%
G = 12.9%
B = 7.74%

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

#7B140C (or 0x7B140C) is known color: Falu Red. HEX triplet: 7B, 14 and 0C. RGB value is (123,20,12). Sum of RGB (Red+Green+Blue) = 123+20+12=155 (20% of max value = 765). Red value is 123 (48.44% from 255 or 79.35% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 123 - color contains mainly: red. Hex color #7B140C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B140C is #84EBF3. Grayscale: #323232. Windows color (decimal): -8711156 or 791675. OLE color: 791675.

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

Color convert

RGB 123 20 12 -
CMYK 0 0.84 0.90 0.52
HSL 4.32º 0.82% 0.26% -
HSV(B) 4.32º 0.9% 0.48% -
XYZ 8.48 4.74 0.82 -
YUV 49.89 106.62 180.15 -
System Red Green Blue C M Y K H S L
Decimal 123 20 12 0 0.84 0.90 0.52 4.32 0.82 0.26
Hex 7B 14 C 0 54 5A 34 4 52 1A
Octal 173 24 14 0 124 132 64 4 122 32
Binary 1111011 10100 1100 0 1010100 1011010 110100 100 1010010 11010

Color Harmonies of #7B140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B140C

Black with #7B140C

Text Example


Text Example

White with #7B140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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