Html Css Color HEX #761F0C Falu Red

📋 copy color: '#761F0C'

red 118 ◦ green 31 ◦ blue 12

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

Shades of Falu Red #761F0C

Tints of Falu Red #761F0C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.25%

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

R = 73.29%
G = 19.25%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#761F0C (or 0x761F0C) is known color: Falu Red. HEX triplet: 76, 1F and 0C. RGB value is (118,31,12). Sum of RGB (Red+Green+Blue) = 118+31+12=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #761F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761F0C is #89E0F3. Grayscale: #373737. Windows color (decimal): -9036020 or 794486. OLE color: 794486.

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

Color convert

RGB 118 31 12 -
CMYK 0 0.74 0.90 0.54
HSL 10.75º 0.82% 0.25% -
HSV(B) 10.75º 0.9% 0.46% -
XYZ 8.03 4.86 0.86 -
YUV 54.85 103.82 173.04 -
System Red Green Blue C M Y K H S L
Decimal 118 31 12 0 0.74 0.90 0.54 10.75 0.82 0.25
Hex 76 1F C 0 4A 5A 36 B 52 19
Octal 166 37 14 0 112 132 66 13 122 31
Binary 1110110 11111 1100 0 1001010 1011010 110110 1011 1010010 11001

Color Harmonies of #761F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761F0C

Black with #761F0C

Text Example


Text Example

White with #761F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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