Html Css Color HEX #752207 Falu Red

📋 copy color: '#752207'

red 117 ◦ green 34 ◦ blue 7

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

Shades of Falu Red #752207

Tints of Falu Red #752207

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.52%

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

R = 74.05%
G = 21.52%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#752207 (or 0x752207) is known color: Falu Red. HEX triplet: 75, 22 and 07. RGB value is (117,34,7). Sum of RGB (Red+Green+Blue) = 117+34+7=158 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.05% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 117 - color contains mainly: red. Hex color #752207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752207 is #8ADDF8. Grayscale: #373737. Windows color (decimal): -9100793 or 467573. OLE color: 467573.

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

Color convert

RGB 117 34 7 -
CMYK 0 0.71 0.94 0.54
HSL 14.73º 0.89% 0.24% -
HSV(B) 14.73º 0.94% 0.46% -
XYZ 7.95 4.94 0.74 -
YUV 55.74 100.5 171.7 -
System Red Green Blue C M Y K H S L
Decimal 117 34 7 0 0.71 0.94 0.54 14.73 0.89 0.24
Hex 75 22 7 0 47 5E 36 F 59 18
Octal 165 42 7 0 107 136 66 17 131 30
Binary 1110101 100010 111 0 1000111 1011110 110110 1111 1011001 11000

Color Harmonies of #752207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752207

Black with #752207

Text Example


Text Example

White with #752207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752207; }

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

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

background-color css

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

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

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

border-color css

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

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

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