#7A2711

Color #7A2711 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #7A2711

Tints of Falu Red #7A2711

Color information

#7A2711 (or 0x7A2711) is unknown color: approx Falu Red. HEX triplet: 7A, 27 and 11. RGB value is (122,39,17). Sum of RGB (Red+Green+Blue) = 122+39+17=178 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.54% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2711 is #85D8EE. Grayscale: #3D3D3D. Windows color (decimal): -8771823 or 1124218. OLE color: 1124218.

HSL color Cylindrical-coordinate representation of color #7A2711: hue angle of 12.57º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A2711 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB1223917-
CMYK00.680.860.52
HSL12.57º75.54%27.25%-
HSV(B)12.57º86.07%47.84%-
XYZ8.855.631.15-
YUV61.31103171.29-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 68.54%
GREEN value IS 39 (15.62% from 255) = 21.91%
BLUE value IS 17 (7.03% from 255) = 9.55%
R=68.54%
G=21.91%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122391700.680.860.5212.5775.5427.25
Hex7A27110445634d4c1b
Octal17247210104126641511433
Binary1111010100111100010100010010101101101001101100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,39,17); }

 H1.HeaderClassName
 {
   color: #7A2711;
 }
 .AnyTagClassName
 {
   color: #7A2711;
 }
</style>
background-color css

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

 a { background-color: rgb(122,39,17); }

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

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

 span { border-color: rgb(122,39,17); }

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