Html Css Color HEX #76140C Falu Red

📋 copy color: '#76140C'

red 118 ◦ green 20 ◦ blue 12

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

Shades of Falu Red #76140C

Tints of Falu Red #76140C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.33%

 BLUE value IS 12 (5.08% from 255) = 8%

R = 78.67%
G = 13.33%
B = 8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76140C (or 0x76140C) is known color: Falu Red. HEX triplet: 76, 14 and 0C. RGB value is (118,20,12). Sum of RGB (Red+Green+Blue) = 118+20+12=150 (19% of max value = 765). Red value is 118 (46.48% from 255 or 78.67% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 118 - color contains mainly: red. Hex color #76140C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76140C is #89EBF3. Grayscale: #303030. Windows color (decimal): -9038836 or 791670. OLE color: 791670.

HSL color Cylindrical-coordinate representation of color #76140C: hue angle of 4.53º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76140C is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 20 12 -
CMYK 0 0.83 0.90 0.54
HSL 4.53º 0.82% 0.25% -
HSV(B) 4.53º 0.9% 0.46% -
XYZ 7.79 4.38 0.78 -
YUV 48.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 118 20 12 0 0.83 0.90 0.54 4.53 0.82 0.25
Hex 76 14 C 0 53 5A 36 5 52 19
Octal 166 24 14 0 123 132 66 5 122 31
Binary 1110110 10100 1100 0 1010011 1011010 110110 101 1010010 11001

Color Harmonies of #76140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76140C

Black with #76140C

Text Example


Text Example

White with #76140C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76140C; }

 p { color: rgb(118,20,12); }

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

background-color css

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

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

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

border-color css

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

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

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