Html Css Color HEX #751C07 Falu Red

📋 copy color: '#751C07'

red 117 ◦ green 28 ◦ blue 7

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

Shades of Falu Red #751C07

Tints of Falu Red #751C07

RGB

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

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

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

R = 76.97%
G = 18.42%
B = 4.61%

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

#751C07 (or 0x751C07) is known color: Falu Red. HEX triplet: 75, 1C and 07. RGB value is (117,28,7). Sum of RGB (Red+Green+Blue) = 117+28+7=152 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.97% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 7 (3.12% from 255 or 4.61% from 152); Max value from RGB is 117 - color contains mainly: red. Hex color #751C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C07 is #8AE3F8. Grayscale: #343434. Windows color (decimal): -9102329 or 466037. OLE color: 466037.

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

Color convert

RGB 117 28 7 -
CMYK 0 0.76 0.94 0.54
HSL 11.45º 0.89% 0.24% -
HSV(B) 11.45º 0.94% 0.46% -
XYZ 7.79 4.63 0.68 -
YUV 52.22 102.49 174.21 -
System Red Green Blue C M Y K H S L
Decimal 117 28 7 0 0.76 0.94 0.54 11.45 0.89 0.24
Hex 75 1C 7 0 4C 5E 36 B 59 18
Octal 165 34 7 0 114 136 66 13 131 30
Binary 1110101 11100 111 0 1001100 1011110 110110 1011 1011001 11000

Color Harmonies of #751C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C07

Black with #751C07

Text Example


Text Example

White with #751C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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