#761608

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

Shades of Falu Red #761608

Tints of Falu Red #761608

Color information

#761608 (or 0x761608) is unknown color: approx Falu Red. HEX triplet: 76, 16 and 08. RGB value is (118,22,8). Sum of RGB (Red+Green+Blue) = 118+22+8=148 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.73% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 118 - color contains mainly: red. Hex color #761608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761608 is #89E9F7. Grayscale: #313131. Windows color (decimal): -9038328 or 530038. OLE color: 530038.

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

Color convert

RGB118228-
CMYK00.810.930.54
HSL7.64º87.3%24.71%-
HSV(B)7.64º93.22%46.27%-
XYZ7.84.440.68-
YUV49.11104.8177.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 79.73%
GREEN value IS 22 (8.98% from 255) = 14.86%
BLUE value IS 8 (3.52% from 255) = 5.41%
R=79.73%
G=14.86%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11822800.810.930.547.6487.324.71
Hex761680515D3685719
Octal16626100121135661012731
Binary11101101011010000101000110111011101101000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761608; }

 p { color: rgb(118,22,8); }

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

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

 a { background-color: rgb(118,22,8); }

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

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

 span { border-color: rgb(118,22,8); }

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