Html Css Color HEX #761C07 Falu Red

📋 copy color: '#761C07'

red 118 ◦ green 28 ◦ blue 7

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

Shades of Falu Red #761C07

Tints of Falu Red #761C07

RGB

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

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

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

R = 77.12%
G = 18.3%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#761C07 (or 0x761C07) is known color: Falu Red. HEX triplet: 76, 1C and 07. RGB value is (118,28,7). Sum of RGB (Red+Green+Blue) = 118+28+7=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #761C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761C07 is #89E3F8. Grayscale: #343434. Windows color (decimal): -9036793 or 466038. OLE color: 466038.

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

Color convert

RGB 118 28 7 -
CMYK 0 0.76 0.94 0.54
HSL 11.35º 0.89% 0.25% -
HSV(B) 11.35º 0.94% 0.46% -
XYZ 7.92 4.7 0.69 -
YUV 52.52 102.32 174.71 -
System Red Green Blue C M Y K H S L
Decimal 118 28 7 0 0.76 0.94 0.54 11.35 0.89 0.25
Hex 76 1C 7 0 4C 5E 36 B 59 19
Octal 166 34 7 0 114 136 66 13 131 31
Binary 1110110 11100 111 0 1001100 1011110 110110 1011 1011001 11001

Color Harmonies of #761C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761C07

Black with #761C07

Text Example


Text Example

White with #761C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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