Html Css Color HEX #761F07 Falu Red

📋 copy color: '#761F07'

red 118 ◦ green 31 ◦ blue 7

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

Shades of Falu Red #761F07

Tints of Falu Red #761F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.49%

R = 75.64%
G = 19.87%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#761F07 (or 0x761F07) is known color: Falu Red. HEX triplet: 76, 1F and 07. RGB value is (118,31,7). Sum of RGB (Red+Green+Blue) = 118+31+7=156 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.64% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 118 - color contains mainly: red. Hex color #761F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761F07 is #89E0F8. Grayscale: #363636. Windows color (decimal): -9036025 or 466806. OLE color: 466806.

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

Color convert

RGB 118 31 7 -
CMYK 0 0.74 0.94 0.54
HSL 12.97º 0.89% 0.25% -
HSV(B) 12.97º 0.94% 0.46% -
XYZ 8 4.85 0.71 -
YUV 54.28 101.32 173.45 -
System Red Green Blue C M Y K H S L
Decimal 118 31 7 0 0.74 0.94 0.54 12.97 0.89 0.25
Hex 76 1F 7 0 4A 5E 36 D 59 19
Octal 166 37 7 0 112 136 66 15 131 31
Binary 1110110 11111 111 0 1001010 1011110 110110 1101 1011001 11001

Color Harmonies of #761F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761F07

Black with #761F07

Text Example


Text Example

White with #761F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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