Html Css Color HEX #761907 Falu Red

📋 copy color: '#761907'

red 118 ◦ green 25 ◦ blue 7

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

Shades of Falu Red #761907

Tints of Falu Red #761907

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.67%

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

R = 78.67%
G = 16.67%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#761907 (or 0x761907) is known color: Falu Red. HEX triplet: 76, 19 and 07. RGB value is (118,25,7). Sum of RGB (Red+Green+Blue) = 118+25+7=150 (19% of max value = 765). Red value is 118 (46.48% from 255 or 78.67% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 7 (3.12% from 255 or 4.67% from 150); Max value from RGB is 118 - color contains mainly: red. Hex color #761907 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761907 is #89E6F8. Grayscale: #323232. Windows color (decimal): -9037561 or 465270. OLE color: 465270.

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

Color convert

RGB 118 25 7 -
CMYK 0 0.79 0.94 0.54
HSL 9.73º 0.89% 0.25% -
HSV(B) 9.73º 0.94% 0.46% -
XYZ 7.86 4.56 0.67 -
YUV 50.76 103.31 175.96 -
System Red Green Blue C M Y K H S L
Decimal 118 25 7 0 0.79 0.94 0.54 9.73 0.89 0.25
Hex 76 19 7 0 4F 5E 36 A 59 19
Octal 166 31 7 0 117 136 66 12 131 31
Binary 1110110 11001 111 0 1001111 1011110 110110 1010 1011001 11001

Color Harmonies of #761907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761907

Black with #761907

Text Example


Text Example

White with #761907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761907; }

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

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

background-color css

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

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

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

border-color css

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

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

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