Html Css Color HEX #7A1706 Falu Red

📋 copy color: '#7A1706'

red 122 ◦ green 23 ◦ blue 6

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

Shades of Falu Red #7A1706

Tints of Falu Red #7A1706

RGB

 RED value IS 122 (48.05% from 255) = 80.79%

 GREEN value IS 23 (9.38% from 255) = 15.23%

 BLUE value IS 6 (2.73% from 255) = 3.97%

R = 80.79%
G = 15.23%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.52

RGB Variations

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

Color information

#7A1706 (or 0x7A1706) is known color: Falu Red. HEX triplet: 7A, 17 and 06. RGB value is (122,23,6). Sum of RGB (Red+Green+Blue) = 122+23+6=151 (20% of max value = 765). Red value is 122 (48.05% from 255 or 80.79% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1706 is #85E8F9. Grayscale: #323232. Windows color (decimal): -8775930 or 399226. OLE color: 399226.

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

Color convert

RGB 122 23 6 -
CMYK 0 0.81 0.95 0.52
HSL 8.79º 0.91% 0.25% -
HSV(B) 8.79º 0.95% 0.48% -
XYZ 8.37 4.76 0.65 -
YUV 50.66 102.8 178.88 -
System Red Green Blue C M Y K H S L
Decimal 122 23 6 0 0.81 0.95 0.52 8.79 0.91 0.25
Hex 7A 17 6 0 51 5F 34 9 5B 19
Octal 172 27 6 0 121 137 64 11 133 31
Binary 1111010 10111 110 0 1010001 1011111 110100 1001 1011011 11001

Color Harmonies of #7A1706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1706

Black with #7A1706

Text Example


Text Example

White with #7A1706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,23,6); }

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

background-color css

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

 a { background-color: rgb(122,23,6); }

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

border-color css

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

 span { border-color: rgb(122,23,6); }

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