#762207

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

Shades of Falu Red #762207

Tints of Falu Red #762207

Color information

#762207 (or 0x762207) is unknown color: approx Falu Red. HEX triplet: 76, 22 and 07. RGB value is (118,34,7). Sum of RGB (Red+Green+Blue) = 118+34+7=159 (21% of max value = 765). Red value is 118 (46.48% from 255 or 74.21% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 118 - color contains mainly: red. Hex color #762207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762207 is #89DDF8. Grayscale: #383838. Windows color (decimal): -9035257 or 467574. OLE color: 467574.

HSL color Cylindrical-coordinate representation of color #762207: hue angle of 14.59º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #762207 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB118347-
CMYK00.710.940.54
HSL14.59º88.8%24.51%-
HSV(B)14.59º94.07%46.27%-
XYZ8.085.010.74-
YUV56.04100.33172.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 74.21%
GREEN value IS 34 (13.67% from 255) = 21.38%
BLUE value IS 7 (3.12% from 255) = 4.40%
R=74.21%
G=21.38%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11834700.710.940.5414.5988.824.51
Hex762270475E36f5919
Octal1664270107136661713131
Binary11101101000101110100011110111101101101111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762207; }

 p { color: rgb(118,34,7); }

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

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

 a { background-color: rgb(118,34,7); }

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

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

 span { border-color: rgb(118,34,7); }

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