Html Css Color HEX #761A10 Falu Red

📋 copy color: '#761A10'

red 118 ◦ green 26 ◦ blue 16

#761A10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #761A10

Tints of Falu Red #761A10

RGB

 RED value IS 118 (46.48% from 255) = 73.75%

 GREEN value IS 26 (10.55% from 255) = 16.25%

 BLUE value IS 16 (6.64% from 255) = 10%

R = 73.75%
G = 16.25%
B = 10%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#761A10 (or 0x761A10) is known color: Falu Red. HEX triplet: 76, 1A and 10. RGB value is (118,26,16). Sum of RGB (Red+Green+Blue) = 118+26+16=160 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.75% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 118 - color contains mainly: red. Hex color #761A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761A10 is #89E5EF. Grayscale: #343434. Windows color (decimal): -9037296 or 1055350. OLE color: 1055350.

HSL color Cylindrical-coordinate representation of color #761A10: hue angle of 5.88º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761A10 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 26 16 -
CMYK 0 0.78 0.86 0.54
HSL 5.88º 0.76% 0.26% -
HSV(B) 5.88º 0.86% 0.46% -
XYZ 7.93 4.63 0.97 -
YUV 52.37 107.48 174.81 -
System Red Green Blue C M Y K H S L
Decimal 118 26 16 0 0.78 0.86 0.54 5.88 0.76 0.26
Hex 76 1A 10 0 4E 56 36 6 4C 1A
Octal 166 32 20 0 116 126 66 6 114 32
Binary 1110110 11010 10000 0 1001110 1010110 110110 110 1001100 11010

Color Harmonies of #761A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761A10

Black with #761A10

Text Example


Text Example

White with #761A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761A10; }

 p { color: rgb(118,26,16); }

 H1.HeaderClassName
 {
   color: #761A10;
 }
 .AnyTagClassName
 {
   color: #761A10;
 }
</style>

background-color css

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

 a { background-color: rgb(118,26,16); }

 div.DivClassName
 {
   background-color: #761A10;
 }
 .BgClassName
 {
   background-color: #761A10;
 }
</style>

border-color css

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

 span { border-color: rgb(118,26,16); }

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