Html Css Color HEX #7B2205 Falu Red

📋 copy color: '#7B2205'

red 123 ◦ green 34 ◦ blue 5

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

Shades of Falu Red #7B2205

Tints of Falu Red #7B2205

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.99%

 BLUE value IS 5 (2.34% from 255) = 3.09%

R = 75.93%
G = 20.99%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.52

RGB Variations

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

Color information

#7B2205 (or 0x7B2205) is known color: Falu Red. HEX triplet: 7B, 22 and 05. RGB value is (123,34,5). Sum of RGB (Red+Green+Blue) = 123+34+5=162 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75.93% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2205 is #84DDFA. Grayscale: #393939. Windows color (decimal): -8707579 or 336507. OLE color: 336507.

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

Color convert

RGB 123 34 5 -
CMYK 0 0.72 0.96 0.52
HSL 14.75º 0.92% 0.25% -
HSV(B) 14.75º 0.96% 0.48% -
XYZ 8.77 5.37 0.72 -
YUV 57.31 98.49 174.86 -
System Red Green Blue C M Y K H S L
Decimal 123 34 5 0 0.72 0.96 0.52 14.75 0.92 0.25
Hex 7B 22 5 0 48 60 34 F 5C 19
Octal 173 42 5 0 110 140 64 17 134 31
Binary 1111011 100010 101 0 1001000 1100000 110100 1111 1011100 11001

Color Harmonies of #7B2205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2205

Black with #7B2205

Text Example


Text Example

White with #7B2205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,34,5); }

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

background-color css

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

 a { background-color: rgb(123,34,5); }

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

border-color css

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

 span { border-color: rgb(123,34,5); }

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