Html Css Color HEX #752107 Falu Red

📋 copy color: '#752107'

red 117 ◦ green 33 ◦ blue 7

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

Shades of Falu Red #752107

Tints of Falu Red #752107

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.02%

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

R = 74.52%
G = 21.02%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#752107 (or 0x752107) is known color: Falu Red. HEX triplet: 75, 21 and 07. RGB value is (117,33,7). Sum of RGB (Red+Green+Blue) = 117+33+7=157 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.52% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 117 - color contains mainly: red. Hex color #752107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752107 is #8ADEF8. Grayscale: #373737. Windows color (decimal): -9101049 or 467317. OLE color: 467317.

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

Color convert

RGB 117 33 7 -
CMYK 0 0.72 0.94 0.54
HSL 14.18º 0.89% 0.24% -
HSV(B) 14.18º 0.94% 0.46% -
XYZ 7.92 4.88 0.73 -
YUV 55.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 117 33 7 0 0.72 0.94 0.54 14.18 0.89 0.24
Hex 75 21 7 0 48 5E 36 E 59 18
Octal 165 41 7 0 110 136 66 16 131 30
Binary 1110101 100001 111 0 1001000 1011110 110110 1110 1011001 11000

Color Harmonies of #752107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752107

Black with #752107

Text Example


Text Example

White with #752107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752107; }

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

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

background-color css

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

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

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

border-color css

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

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

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