Html Css Color HEX #76110F Falu Red

📋 copy color: '#76110F'

red 118 ◦ green 17 ◦ blue 15

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

Shades of Falu Red #76110F

Tints of Falu Red #76110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.33%

 BLUE value IS 15 (6.25% from 255) = 10%

R = 78.67%
G = 11.33%
B = 10%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#76110F (or 0x76110F) is known color: Falu Red. HEX triplet: 76, 11 and 0F. RGB value is (118,17,15). Sum of RGB (Red+Green+Blue) = 118+17+15=150 (19% of max value = 765). Red value is 118 (46.48% from 255 or 78.67% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 118 - color contains mainly: red. Hex color #76110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76110F is #89EEF0. Grayscale: #2F2F2F. Windows color (decimal): -9039601 or 987510. OLE color: 987510.

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

Color convert

RGB 118 17 15 -
CMYK 0 0.86 0.87 0.54
HSL 1.17º 0.77% 0.26% -
HSV(B) 1.17º 0.87% 0.46% -
XYZ 7.76 4.29 0.87 -
YUV 46.97 109.96 178.66 -
System Red Green Blue C M Y K H S L
Decimal 118 17 15 0 0.86 0.87 0.54 1.17 0.77 0.26
Hex 76 11 F 0 56 57 36 1 4D 1A
Octal 166 21 17 0 126 127 66 1 115 32
Binary 1110110 10001 1111 0 1010110 1010111 110110 1 1001101 11010

Color Harmonies of #76110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76110F

Black with #76110F

Text Example


Text Example

White with #76110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76110F; }

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

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

background-color css

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

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

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

border-color css

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

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

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