Html Css Color HEX #7A1702 Falu Red

📋 copy color: '#7A1702'

red 122 ◦ green 23 ◦ blue 2

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

Shades of Falu Red #7A1702

Tints of Falu Red #7A1702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.36%

R = 82.99%
G = 15.65%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#7A1702 (or 0x7A1702) is known color: Falu Red. HEX triplet: 7A, 17 and 02. RGB value is (122,23,2). Sum of RGB (Red+Green+Blue) = 122+23+2=147 (19% of max value = 765). Red value is 122 (48.05% from 255 or 82.99% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1702 is #85E8FD. Grayscale: #323232. Windows color (decimal): -8775934 or 137082. OLE color: 137082.

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

Color convert

RGB 122 23 2 -
CMYK 0 0.81 0.98 0.52
HSL 10.5º 0.97% 0.24% -
HSV(B) 10.5º 0.98% 0.48% -
XYZ 8.34 4.75 0.54 -
YUV 50.21 100.8 179.21 -
System Red Green Blue C M Y K H S L
Decimal 122 23 2 0 0.81 0.98 0.52 10.5 0.97 0.24
Hex 7A 17 2 0 51 62 34 A 61 18
Octal 172 27 2 0 121 142 64 12 141 30
Binary 1111010 10111 10 0 1010001 1100010 110100 1010 1100001 11000

Color Harmonies of #7A1702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1702

Black with #7A1702

Text Example


Text Example

White with #7A1702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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