Html Css Color HEX #76200C Falu Red

📋 copy color: '#76200C'

red 118 ◦ green 32 ◦ blue 12

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

Shades of Falu Red #76200C

Tints of Falu Red #76200C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.75%

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

R = 72.84%
G = 19.75%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76200C (or 0x76200C) is known color: Falu Red. HEX triplet: 76, 20 and 0C. RGB value is (118,32,12). Sum of RGB (Red+Green+Blue) = 118+32+12=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #76200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76200C is #89DFF3. Grayscale: #373737. Windows color (decimal): -9035764 or 794742. OLE color: 794742.

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

Color convert

RGB 118 32 12 -
CMYK 0 0.73 0.90 0.54
HSL 11.32º 0.82% 0.25% -
HSV(B) 11.32º 0.9% 0.46% -
XYZ 8.05 4.91 0.87 -
YUV 55.43 103.49 172.63 -
System Red Green Blue C M Y K H S L
Decimal 118 32 12 0 0.73 0.90 0.54 11.32 0.82 0.25
Hex 76 20 C 0 49 5A 36 B 52 19
Octal 166 40 14 0 111 132 66 13 122 31
Binary 1110110 100000 1100 0 1001001 1011010 110110 1011 1010010 11001

Color Harmonies of #76200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76200C

Black with #76200C

Text Example


Text Example

White with #76200C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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