Html Css Color HEX #761108 Falu Red

📋 copy color: '#761108'

red 118 ◦ green 17 ◦ blue 8

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

Shades of Falu Red #761108

Tints of Falu Red #761108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.59%

R = 82.52%
G = 11.89%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#761108 (or 0x761108) is known color: Falu Red. HEX triplet: 76, 11 and 08. RGB value is (118,17,8). Sum of RGB (Red+Green+Blue) = 118+17+8=143 (18% of max value = 765). Red value is 118 (46.48% from 255 or 82.52% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 118 - color contains mainly: red. Hex color #761108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761108 is #89EEF7. Grayscale: #2E2E2E. Windows color (decimal): -9039608 or 528758. OLE color: 528758.

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

Color convert

RGB 118 17 8 -
CMYK 0 0.86 0.93 0.54
HSL 4.91º 0.87% 0.25% -
HSV(B) 4.91º 0.93% 0.46% -
XYZ 7.72 4.27 0.65 -
YUV 46.17 106.46 179.23 -
System Red Green Blue C M Y K H S L
Decimal 118 17 8 0 0.86 0.93 0.54 4.91 0.87 0.25
Hex 76 11 8 0 56 5D 36 5 57 19
Octal 166 21 10 0 126 135 66 5 127 31
Binary 1110110 10001 1000 0 1010110 1011101 110110 101 1010111 11001

Color Harmonies of #761108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761108

Black with #761108

Text Example


Text Example

White with #761108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761108; }

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

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

background-color css

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

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

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

border-color css

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

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

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