Html Css Color HEX #762407 Falu Red

📋 copy color: '#762407'

red 118 ◦ green 36 ◦ blue 7

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

Shades of Falu Red #762407

Tints of Falu Red #762407

RGB

 RED value IS 118 (46.48% from 255) = 73.29%

 GREEN value IS 36 (14.45% from 255) = 22.36%

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

R = 73.29%
G = 22.36%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#762407 (or 0x762407) is known color: Falu Red. HEX triplet: 76, 24 and 07. RGB value is (118,36,7). Sum of RGB (Red+Green+Blue) = 118+36+7=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #762407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762407 is #89DBF8. Grayscale: #393939. Windows color (decimal): -9034745 or 468086. OLE color: 468086.

HSL color Cylindrical-coordinate representation of color #762407: hue angle of 15.68º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #762407 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 36 7 -
CMYK 0 0.69 0.94 0.54
HSL 15.68º 0.89% 0.25% -
HSV(B) 15.68º 0.94% 0.46% -
XYZ 8.14 5.13 0.76 -
YUV 57.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 118 36 7 0 0.69 0.94 0.54 15.68 0.89 0.25
Hex 76 24 7 0 45 5E 36 10 59 19
Octal 166 44 7 0 105 136 66 20 131 31
Binary 1110110 100100 111 0 1000101 1011110 110110 10000 1011001 11001

Color Harmonies of #762407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762407

Black with #762407

Text Example


Text Example

White with #762407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762407; }

 p { color: rgb(118,36,7); }

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

background-color css

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

 a { background-color: rgb(118,36,7); }

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

border-color css

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

 span { border-color: rgb(118,36,7); }

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