#762607

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

Shades of Falu Red #762607

Tints of Falu Red #762607

Color information

#762607 (or 0x762607) is unknown color: approx Falu Red. HEX triplet: 76, 26 and 07. RGB value is (118,38,7). Sum of RGB (Red+Green+Blue) = 118+38+7=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 7 (3.12% from 255 or 4.29% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #762607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762607 is #89D9F8. Grayscale: #3A3A3A. Windows color (decimal): -9034233 or 468598. OLE color: 468598.

HSL color Cylindrical-coordinate representation of color #762607: hue angle of 16.76º 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 #762607 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB118387-
CMYK00.680.940.54
HSL16.76º88.8%24.51%-
HSV(B)16.76º94.07%46.27%-
XYZ8.25.250.78-
YUV58.3999170.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 72.39%
GREEN value IS 38 (15.23% from 255) = 23.31%
BLUE value IS 7 (3.12% from 255) = 4.29%
R=72.39%
G=23.31%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11838700.680.940.5416.7688.824.51
Hex762670445E36115919
Octal1664670104136662113131
Binary111011010011011101000100101111011011010001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762607; }

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

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

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

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

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

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

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

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