Html Css Color HEX #751707 Falu Red

📋 copy color: '#751707'

red 117 ◦ green 23 ◦ blue 7

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

Shades of Falu Red #751707

Tints of Falu Red #751707

RGB

 RED value IS 117 (46.09% from 255) = 79.59%

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

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

R = 79.59%
G = 15.65%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#751707 (or 0x751707) is known color: Falu Red. HEX triplet: 75, 17 and 07. RGB value is (117,23,7). Sum of RGB (Red+Green+Blue) = 117+23+7=147 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.59% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 117 - color contains mainly: red. Hex color #751707 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751707 is #8AE8F8. Grayscale: #313131. Windows color (decimal): -9103609 or 464757. OLE color: 464757.

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

Color convert

RGB 117 23 7 -
CMYK 0 0.80 0.94 0.54
HSL 8.73º 0.89% 0.24% -
HSV(B) 8.73º 0.94% 0.46% -
XYZ 7.68 4.41 0.65 -
YUV 49.28 104.14 176.3 -
System Red Green Blue C M Y K H S L
Decimal 117 23 7 0 0.80 0.94 0.54 8.73 0.89 0.24
Hex 75 17 7 0 50 5E 36 9 59 18
Octal 165 27 7 0 120 136 66 11 131 30
Binary 1110101 10111 111 0 1010000 1011110 110110 1001 1011001 11000

Color Harmonies of #751707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751707

Black with #751707

Text Example


Text Example

White with #751707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751707; }

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

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

background-color css

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

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

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

border-color css

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

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

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