Html Css Color HEX #762107 Falu Red

📋 copy color: '#762107'

red 118 ◦ green 33 ◦ blue 7

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

Shades of Falu Red #762107

Tints of Falu Red #762107

RGB

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

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

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

R = 74.68%
G = 20.89%
B = 4.43%

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

#762107 (or 0x762107) is known color: Falu Red. HEX triplet: 76, 21 and 07. RGB value is (118,33,7). Sum of RGB (Red+Green+Blue) = 118+33+7=158 (20% of max value = 765). Red value is 118 (46.48% from 255 or 74.68% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 118 - color contains mainly: red. Hex color #762107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762107 is #89DEF8. Grayscale: #373737. Windows color (decimal): -9035513 or 467318. OLE color: 467318.

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

Color convert

RGB 118 33 7 -
CMYK 0 0.72 0.94 0.54
HSL 14.05º 0.89% 0.25% -
HSV(B) 14.05º 0.94% 0.46% -
XYZ 8.05 4.95 0.73 -
YUV 55.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 118 33 7 0 0.72 0.94 0.54 14.05 0.89 0.25
Hex 76 21 7 0 48 5E 36 E 59 19
Octal 166 41 7 0 110 136 66 16 131 31
Binary 1110110 100001 111 0 1001000 1011110 110110 1110 1011001 11001

Color Harmonies of #762107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762107

Black with #762107

Text Example


Text Example

White with #762107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762107; }

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

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

background-color css

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

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

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

border-color css

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

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

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