Html Css Color HEX #762007 Falu Red

📋 copy color: '#762007'

red 118 ◦ green 32 ◦ blue 7

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

Shades of Falu Red #762007

Tints of Falu Red #762007

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.38%

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

R = 75.16%
G = 20.38%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#762007 (or 0x762007) is known color: Falu Red. HEX triplet: 76, 20 and 07. RGB value is (118,32,7). Sum of RGB (Red+Green+Blue) = 118+32+7=157 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.16% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 118 - color contains mainly: red. Hex color #762007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762007 is #89DFF8. Grayscale: #373737. Windows color (decimal): -9035769 or 467062. OLE color: 467062.

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

Color convert

RGB 118 32 7 -
CMYK 0 0.73 0.94 0.54
HSL 13.51º 0.89% 0.25% -
HSV(B) 13.51º 0.94% 0.46% -
XYZ 8.03 4.9 0.72 -
YUV 54.86 100.99 173.03 -
System Red Green Blue C M Y K H S L
Decimal 118 32 7 0 0.73 0.94 0.54 13.51 0.89 0.25
Hex 76 20 7 0 49 5E 36 E 59 19
Octal 166 40 7 0 111 136 66 16 131 31
Binary 1110110 100000 111 0 1001001 1011110 110110 1110 1011001 11001

Color Harmonies of #762007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762007

Black with #762007

Text Example


Text Example

White with #762007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762007; }

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

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

background-color css

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

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

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

border-color css

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

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

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