Html Css Color HEX #761707 Falu Red

📋 copy color: '#761707'

red 118 ◦ green 23 ◦ blue 7

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

Shades of Falu Red #761707

Tints of Falu Red #761707

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.54%

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

R = 79.73%
G = 15.54%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#761707 (or 0x761707) is known color: Falu Red. HEX triplet: 76, 17 and 07. RGB value is (118,23,7). Sum of RGB (Red+Green+Blue) = 118+23+7=148 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.73% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 118 - color contains mainly: red. Hex color #761707 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761707 is #89E8F8. Grayscale: #313131. Windows color (decimal): -9038073 or 464758. OLE color: 464758.

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

Color convert

RGB 118 23 7 -
CMYK 0 0.81 0.94 0.54
HSL 8.65º 0.89% 0.25% -
HSV(B) 8.65º 0.94% 0.46% -
XYZ 7.82 4.48 0.65 -
YUV 49.58 103.97 176.8 -
System Red Green Blue C M Y K H S L
Decimal 118 23 7 0 0.81 0.94 0.54 8.65 0.89 0.25
Hex 76 17 7 0 51 5E 36 9 59 19
Octal 166 27 7 0 121 136 66 11 131 31
Binary 1110110 10111 111 0 1010001 1011110 110110 1001 1011001 11001

Color Harmonies of #761707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761707

Black with #761707

Text Example


Text Example

White with #761707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761707; }

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

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

background-color css

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

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

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

border-color css

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

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

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