Html Css Color HEX #7B0E0C Falu Red

📋 copy color: '#7B0E0C'

red 123 ◦ green 14 ◦ blue 12

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

Shades of Falu Red #7B0E0C

Tints of Falu Red #7B0E0C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.4%

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

R = 82.55%
G = 9.4%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.52

RGB Variations

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

Color information

#7B0E0C (or 0x7B0E0C) is known color: Falu Red. HEX triplet: 7B, 0E and 0C. RGB value is (123,14,12). Sum of RGB (Red+Green+Blue) = 123+14+12=149 (19% of max value = 765). Red value is 123 (48.44% from 255 or 82.55% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0E0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0E0C is #84F1F3. Grayscale: #2E2E2E. Windows color (decimal): -8712692 or 790139. OLE color: 790139.

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

Color convert

RGB 123 14 12 -
CMYK 0 0.89 0.90 0.52
HSL 1.08º 0.82% 0.26% -
HSV(B) 1.08º 0.9% 0.48% -
XYZ 8.39 4.55 0.78 -
YUV 46.36 108.61 182.66 -
System Red Green Blue C M Y K H S L
Decimal 123 14 12 0 0.89 0.90 0.52 1.08 0.82 0.26
Hex 7B E C 0 59 5A 34 1 52 1A
Octal 173 16 14 0 131 132 64 1 122 32
Binary 1111011 1110 1100 0 1011001 1011010 110100 1 1010010 11010

Color Harmonies of #7B0E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0E0C

Black with #7B0E0C

Text Example


Text Example

White with #7B0E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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