Html Css Color HEX #761010 Falu Red

📋 copy color: '#761010'

red 118 ◦ green 16 ◦ blue 16

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

Shades of Falu Red #761010

Tints of Falu Red #761010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.67%

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

R = 78.67%
G = 10.67%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#761010 (or 0x761010) is known color: Falu Red. HEX triplet: 76, 10 and 10. RGB value is (118,16,16). Sum of RGB (Red+Green+Blue) = 118+16+16=150 (19% of max value = 765). Red value is 118 (46.48% from 255 or 78.67% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 118 - color contains mainly: red. Hex color #761010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761010 is #89EFEF. Grayscale: #2E2E2E. Windows color (decimal): -9039856 or 1052790. OLE color: 1052790.

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

Color convert

RGB 118 16 16 -
CMYK 0 0.86 0.86 0.54
HSL 0.76% 0.26% -
HSV(B) 0.86% 0.46% -
XYZ 7.75 4.26 0.9 -
YUV 46.5 110.79 179 -
System Red Green Blue C M Y K H S L
Decimal 118 16 16 0 0.86 0.86 0.54 0 0.76 0.26
Hex 76 10 10 0 56 56 36 0 4C 1A
Octal 166 20 20 0 126 126 66 0 114 32
Binary 1110110 10000 10000 0 1010110 1010110 110110 0 1001100 11010

Color Harmonies of #761010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761010

Black with #761010

Text Example


Text Example

White with #761010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761010; }

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

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

background-color css

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

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

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

border-color css

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

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

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