#782710

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

Shades of Falu Red #782710

Tints of Falu Red #782710

Color information

#782710 (or 0x782710) is unknown color: approx Falu Red. HEX triplet: 78, 27 and 10. RGB value is (120,39,16). Sum of RGB (Red+Green+Blue) = 120+39+16=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #782710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782710 is #87D8EF. Grayscale: #3C3C3C. Windows color (decimal): -8902896 or 1058680. OLE color: 1058680.

HSL color Cylindrical-coordinate representation of color #782710: hue angle of 13.27º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #782710 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1203916-
CMYK00.670.870.53
HSL13.27º76.47%26.67%-
HSV(B)13.27º86.67%47.06%-
XYZ8.565.481.1-
YUV60.6102.84170.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.57%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 16 (6.64% from 255) = 9.14%
R=68.57%
G=22.29%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120391600.670.870.5313.2776.4726.67
Hex7827100435735d4c1b
Octal17047200103127651511433
Binary1111000100111100000100001110101111101011101100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782710; }

 p { color: rgb(120,39,16); }

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

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

 a { background-color: rgb(120,39,16); }

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

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

 span { border-color: rgb(120,39,16); }

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