Html Css Color HEX #752507 Falu Red

📋 copy color: '#752507'

red 117 ◦ green 37 ◦ blue 7

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

Shades of Falu Red #752507

Tints of Falu Red #752507

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.98%

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

R = 72.67%
G = 22.98%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#752507 (or 0x752507) is known color: Falu Red. HEX triplet: 75, 25 and 07. RGB value is (117,37,7). Sum of RGB (Red+Green+Blue) = 117+37+7=161 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.67% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 117 - color contains mainly: red. Hex color #752507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752507 is #8ADAF8. Grayscale: #393939. Windows color (decimal): -9100025 or 468341. OLE color: 468341.

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

Color convert

RGB 117 37 7 -
CMYK 0 0.68 0.94 0.54
HSL 16.36º 0.89% 0.24% -
HSV(B) 16.36º 0.94% 0.46% -
XYZ 8.04 5.12 0.77 -
YUV 57.5 99.5 170.44 -
System Red Green Blue C M Y K H S L
Decimal 117 37 7 0 0.68 0.94 0.54 16.36 0.89 0.24
Hex 75 25 7 0 44 5E 36 10 59 18
Octal 165 45 7 0 104 136 66 20 131 30
Binary 1110101 100101 111 0 1000100 1011110 110110 10000 1011001 11000

Color Harmonies of #752507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752507

Black with #752507

Text Example


Text Example

White with #752507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752507; }

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

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

background-color css

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

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

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

border-color css

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

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

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