Html Css Color HEX #76120F Falu Red

📋 copy color: '#76120F'

red 118 ◦ green 18 ◦ blue 15

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

Shades of Falu Red #76120F

Tints of Falu Red #76120F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.92%

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

R = 78.15%
G = 11.92%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#76120F (or 0x76120F) is known color: Falu Red. HEX triplet: 76, 12 and 0F. RGB value is (118,18,15). Sum of RGB (Red+Green+Blue) = 118+18+15=151 (20% of max value = 765). Red value is 118 (46.48% from 255 or 78.15% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 118 - color contains mainly: red. Hex color #76120F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76120F is #89EDF0. Grayscale: #2F2F2F. Windows color (decimal): -9039345 or 987766. OLE color: 987766.

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

Color convert

RGB 118 18 15 -
CMYK 0 0.85 0.87 0.54
HSL 1.75º 0.77% 0.26% -
HSV(B) 1.75º 0.87% 0.46% -
XYZ 7.77 4.32 0.88 -
YUV 47.56 109.63 178.24 -
System Red Green Blue C M Y K H S L
Decimal 118 18 15 0 0.85 0.87 0.54 1.75 0.77 0.26
Hex 76 12 F 0 55 57 36 2 4D 1A
Octal 166 22 17 0 125 127 66 2 115 32
Binary 1110110 10010 1111 0 1010101 1010111 110110 10 1001101 11010

Color Harmonies of #76120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76120F

Black with #76120F

Text Example


Text Example

White with #76120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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