#762117

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

Shades of Falu Red #762117

Tints of Falu Red #762117

Color information

#762117 (or 0x762117) is unknown color: approx Falu Red. HEX triplet: 76, 21 and 17. RGB value is (118,33,23). Sum of RGB (Red+Green+Blue) = 118+33+23=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #762117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762117 is #89DEE8. Grayscale: #393939. Windows color (decimal): -9035497 or 1515894. OLE color: 1515894.

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

Color convert

RGB1183323-
CMYK00.720.810.54
HSL6.32º67.38%27.65%-
HSV(B)6.32º80.51%46.27%-
XYZ8.1751.35-
YUV57.27108.66171.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 67.82%
GREEN value IS 33 (13.28% from 255) = 18.97%
BLUE value IS 23 (9.38% from 255) = 13.22%
R=67.82%
G=18.97%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118332300.720.810.546.3267.3827.65
Hex76211704851366431c
Octal1664127011012166610334
Binary111011010000110111010010001010001110110110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762117; }

 p { color: rgb(118,33,23); }

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

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

 a { background-color: rgb(118,33,23); }

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

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

 span { border-color: rgb(118,33,23); }

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