Html Css Color HEX #751A07 Falu Red

📋 copy color: '#751A07'

red 117 ◦ green 26 ◦ blue 7

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

Shades of Falu Red #751A07

Tints of Falu Red #751A07

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.33%

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

R = 78%
G = 17.33%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#751A07 (or 0x751A07) is known color: Falu Red. HEX triplet: 75, 1A and 07. RGB value is (117,26,7). Sum of RGB (Red+Green+Blue) = 117+26+7=150 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 7 (3.12% from 255 or 4.67% from 150); Max value from RGB is 117 - color contains mainly: red. Hex color #751A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751A07 is #8AE5F8. Grayscale: #333333. Windows color (decimal): -9102841 or 465525. OLE color: 465525.

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

Color convert

RGB 117 26 7 -
CMYK 0 0.78 0.94 0.54
HSL 10.36º 0.89% 0.24% -
HSV(B) 10.36º 0.94% 0.46% -
XYZ 7.74 4.54 0.67 -
YUV 51.04 103.15 175.04 -
System Red Green Blue C M Y K H S L
Decimal 117 26 7 0 0.78 0.94 0.54 10.36 0.89 0.24
Hex 75 1A 7 0 4E 5E 36 A 59 18
Octal 165 32 7 0 116 136 66 12 131 30
Binary 1110101 11010 111 0 1001110 1011110 110110 1010 1011001 11000

Color Harmonies of #751A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A07

Black with #751A07

Text Example


Text Example

White with #751A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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