Html Css Color HEX #7B1C07 Falu Red

📋 copy color: '#7B1C07'

red 123 ◦ green 28 ◦ blue 7

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

Shades of Falu Red #7B1C07

Tints of Falu Red #7B1C07

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.72%

 BLUE value IS 7 (3.13% from 255) = 4.43%

R = 77.85%
G = 17.72%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.52

RGB Variations

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

Color information

#7B1C07 (or 0x7B1C07) is known color: Falu Red. HEX triplet: 7B, 1C and 07. RGB value is (123,28,7). Sum of RGB (Red+Green+Blue) = 123+28+7=158 (20% of max value = 765). Red value is 123 (48.44% from 255 or 77.85% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B1C07 is #84E3F8. Grayscale: #363636. Windows color (decimal): -8709113 or 466043. OLE color: 466043.

HSL color Cylindrical-coordinate representation of color #7B1C07: hue angle of 10.86º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B1C07 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 28 7 -
CMYK 0 0.77 0.94 0.52
HSL 10.86º 0.89% 0.25% -
HSV(B) 10.86º 0.94% 0.48% -
XYZ 8.62 5.06 0.72 -
YUV 54.01 101.47 177.21 -
System Red Green Blue C M Y K H S L
Decimal 123 28 7 0 0.77 0.94 0.52 10.86 0.89 0.25
Hex 7B 1C 7 0 4D 5E 34 B 59 19
Octal 173 34 7 0 115 136 64 13 131 31
Binary 1111011 11100 111 0 1001101 1011110 110100 1011 1011001 11001

Color Harmonies of #7B1C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1C07

Black with #7B1C07

Text Example


Text Example

White with #7B1C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,28,7); }

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

background-color css

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

 a { background-color: rgb(123,28,7); }

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

border-color css

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

 span { border-color: rgb(123,28,7); }

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