Html Css Color HEX #761711 Falu Red

📋 copy color: '#761711'

red 118 ◦ green 23 ◦ blue 17

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

Shades of Falu Red #761711

Tints of Falu Red #761711

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.56%

 BLUE value IS 17 (7.03% from 255) = 10.76%

R = 74.68%
G = 14.56%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#761711 (or 0x761711) is known color: Falu Red. HEX triplet: 76, 17 and 11. RGB value is (118,23,17). Sum of RGB (Red+Green+Blue) = 118+23+17=158 (20% of max value = 765). Red value is 118 (46.48% from 255 or 74.68% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 118 - color contains mainly: red. Hex color #761711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761711 is #89E8EE. Grayscale: #323232. Windows color (decimal): -9038063 or 1120118. OLE color: 1120118.

HSL color Cylindrical-coordinate representation of color #761711: hue angle of 3.56º degrees, saturation: 0.75, 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 #761711 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 23 17 -
CMYK 0 0.81 0.86 0.54
HSL 3.56º 0.75% 0.26% -
HSV(B) 3.56º 0.86% 0.46% -
XYZ 7.88 4.5 0.98 -
YUV 50.72 108.97 175.99 -
System Red Green Blue C M Y K H S L
Decimal 118 23 17 0 0.81 0.86 0.54 3.56 0.75 0.26
Hex 76 17 11 0 51 56 36 4 4B 1A
Octal 166 27 21 0 121 126 66 4 113 32
Binary 1110110 10111 10001 0 1010001 1010110 110110 100 1001011 11010

Color Harmonies of #761711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761711

Black with #761711

Text Example


Text Example

White with #761711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761711; }

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

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

background-color css

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

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

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

border-color css

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

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

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