Html Css Color HEX #76160A Falu Red

📋 copy color: '#76160A'

red 118 ◦ green 22 ◦ blue 10

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

Shades of Falu Red #76160A

Tints of Falu Red #76160A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.67%

 BLUE value IS 10 (4.3% from 255) = 6.67%

R = 78.67%
G = 14.67%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#76160A (or 0x76160A) is known color: Falu Red. HEX triplet: 76, 16 and 0A. RGB value is (118,22,10). Sum of RGB (Red+Green+Blue) = 118+22+10=150 (19% of max value = 765). Red value is 118 (46.48% from 255 or 78.67% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 118 - color contains mainly: red. Hex color #76160A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76160A is #89E9F5. Grayscale: #313131. Windows color (decimal): -9038326 or 661110. OLE color: 661110.

HSL color Cylindrical-coordinate representation of color #76160A: hue angle of 6.67º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76160A is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 22 10 -
CMYK 0 0.81 0.92 0.54
HSL 6.67º 0.84% 0.25% -
HSV(B) 6.67º 0.92% 0.46% -
XYZ 7.81 4.45 0.73 -
YUV 49.34 105.8 176.98 -
System Red Green Blue C M Y K H S L
Decimal 118 22 10 0 0.81 0.92 0.54 6.67 0.84 0.25
Hex 76 16 A 0 51 5C 36 7 54 19
Octal 166 26 12 0 121 134 66 7 124 31
Binary 1110110 10110 1010 0 1010001 1011100 110110 111 1010100 11001

Color Harmonies of #76160A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76160A

Black with #76160A

Text Example


Text Example

White with #76160A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76160A; }

 p { color: rgb(118,22,10); }

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

background-color css

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

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

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

border-color css

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

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

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