Html Css Color HEX #762104 Falu Red

📋 copy color: '#762104'

red 118 ◦ green 33 ◦ blue 4

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

Shades of Falu Red #762104

Tints of Falu Red #762104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.58%

R = 76.13%
G = 21.29%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#762104 (or 0x762104) is known color: Falu Red. HEX triplet: 76, 21 and 04. RGB value is (118,33,4). Sum of RGB (Red+Green+Blue) = 118+33+4=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #762104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762104 is #89DEFB. Grayscale: #373737. Windows color (decimal): -9035516 or 270710. OLE color: 270710.

HSL color Cylindrical-coordinate representation of color #762104: hue angle of 15.26º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #762104 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 33 4 -
CMYK 0 0.72 0.97 0.54
HSL 15.26º 0.93% 0.24% -
HSV(B) 15.26º 0.97% 0.46% -
XYZ 8.04 4.95 0.65 -
YUV 55.11 99.16 172.86 -
System Red Green Blue C M Y K H S L
Decimal 118 33 4 0 0.72 0.97 0.54 15.26 0.93 0.24
Hex 76 21 4 0 48 61 36 F 5D 18
Octal 166 41 4 0 110 141 66 17 135 30
Binary 1110110 100001 100 0 1001000 1100001 110110 1111 1011101 11000

Color Harmonies of #762104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762104

Black with #762104

Text Example


Text Example

White with #762104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762104; }

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

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

background-color css

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

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

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

border-color css

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

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

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