Html Css Color HEX #761C12 Falu Red

📋 copy color: '#761C12'

red 118 ◦ green 28 ◦ blue 18

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

Shades of Falu Red #761C12

Tints of Falu Red #761C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.07%

 BLUE value IS 18 (7.42% from 255) = 10.98%

R = 71.95%
G = 17.07%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#761C12 (or 0x761C12) is known color: Falu Red. HEX triplet: 76, 1C and 12. RGB value is (118,28,18). Sum of RGB (Red+Green+Blue) = 118+28+18=164 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.95% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 118 - color contains mainly: red. Hex color #761C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761C12 is #89E3ED. Grayscale: #353535. Windows color (decimal): -9036782 or 1186934. OLE color: 1186934.

HSL color Cylindrical-coordinate representation of color #761C12: hue angle of 6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761C12 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 28 18 -
CMYK 0 0.76 0.85 0.54
HSL 0.74% 0.27% -
HSV(B) 0.85% 0.46% -
XYZ 8 4.73 1.06 -
YUV 53.77 107.82 173.81 -
System Red Green Blue C M Y K H S L
Decimal 118 28 18 0 0.76 0.85 0.54 6 0.74 0.27
Hex 76 1C 12 0 4C 55 36 6 4A 1B
Octal 166 34 22 0 114 125 66 6 112 33
Binary 1110110 11100 10010 0 1001100 1010101 110110 110 1001010 11011

Color Harmonies of #761C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761C12

Black with #761C12

Text Example


Text Example

White with #761C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761C12; }

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

 H1.HeaderClassName
 {
   color: #761C12;
 }
 .AnyTagClassName
 {
   color: #761C12;
 }
</style>

background-color css

<style>
 a { background-color: #761C12; }

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

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

border-color css

<style>
 span { border-color: #761C12; }

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

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