Html Css Color HEX #761C0C Falu Red

📋 copy color: '#761C0C'

red 118 ◦ green 28 ◦ blue 12

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

Shades of Falu Red #761C0C

Tints of Falu Red #761C0C

RGB

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

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

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

R = 74.68%
G = 17.72%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#761C0C (or 0x761C0C) is known color: Falu Red. HEX triplet: 76, 1C and 0C. RGB value is (118,28,12). Sum of RGB (Red+Green+Blue) = 118+28+12=158 (20% of max value = 765). Red value is 118 (46.48% from 255 or 74.68% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 118 - color contains mainly: red. Hex color #761C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761C0C is #89E3F3. Grayscale: #353535. Windows color (decimal): -9036788 or 793718. OLE color: 793718.

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

Color convert

RGB 118 28 12 -
CMYK 0 0.76 0.90 0.54
HSL 9.06º 0.82% 0.25% -
HSV(B) 9.06º 0.9% 0.46% -
XYZ 7.95 4.71 0.84 -
YUV 53.09 104.82 174.3 -
System Red Green Blue C M Y K H S L
Decimal 118 28 12 0 0.76 0.90 0.54 9.06 0.82 0.25
Hex 76 1C C 0 4C 5A 36 9 52 19
Octal 166 34 14 0 114 132 66 11 122 31
Binary 1110110 11100 1100 0 1001100 1011010 110110 1001 1010010 11001

Color Harmonies of #761C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761C0C

Black with #761C0C

Text Example


Text Example

White with #761C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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