Html Css Color HEX #76240C Falu Red

📋 copy color: '#76240C'

red 118 ◦ green 36 ◦ blue 12

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

Shades of Falu Red #76240C

Tints of Falu Red #76240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.69%

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

R = 71.08%
G = 21.69%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76240C (or 0x76240C) is known color: Falu Red. HEX triplet: 76, 24 and 0C. RGB value is (118,36,12). Sum of RGB (Red+Green+Blue) = 118+36+12=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #76240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76240C is #89DBF3. Grayscale: #393939. Windows color (decimal): -9034740 or 795766. OLE color: 795766.

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

Color convert

RGB 118 36 12 -
CMYK 0 0.69 0.90 0.54
HSL 13.58º 0.82% 0.25% -
HSV(B) 13.58º 0.9% 0.46% -
XYZ 8.17 5.14 0.91 -
YUV 57.78 102.17 170.95 -
System Red Green Blue C M Y K H S L
Decimal 118 36 12 0 0.69 0.90 0.54 13.58 0.82 0.25
Hex 76 24 C 0 45 5A 36 E 52 19
Octal 166 44 14 0 105 132 66 16 122 31
Binary 1110110 100100 1100 0 1000101 1011010 110110 1110 1010010 11001

Color Harmonies of #76240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76240C

Black with #76240C

Text Example


Text Example

White with #76240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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