Html Css Color HEX #762004 Falu Red

📋 copy color: '#762004'

red 118 ◦ green 32 ◦ blue 4

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

Shades of Falu Red #762004

Tints of Falu Red #762004

RGB

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

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

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

R = 76.62%
G = 20.78%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#762004 (or 0x762004) is known color: Falu Red. HEX triplet: 76, 20 and 04. RGB value is (118,32,4). Sum of RGB (Red+Green+Blue) = 118+32+4=154 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.62% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 118 - color contains mainly: red. Hex color #762004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762004 is #89DFFB. Grayscale: #363636. Windows color (decimal): -9035772 or 270454. OLE color: 270454.

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

Color convert

RGB 118 32 4 -
CMYK 0 0.73 0.97 0.54
HSL 14.74º 0.93% 0.24% -
HSV(B) 14.74º 0.97% 0.46% -
XYZ 8.01 4.89 0.64 -
YUV 54.52 99.49 173.28 -
System Red Green Blue C M Y K H S L
Decimal 118 32 4 0 0.73 0.97 0.54 14.74 0.93 0.24
Hex 76 20 4 0 49 61 36 F 5D 18
Octal 166 40 4 0 111 141 66 17 135 30
Binary 1110110 100000 100 0 1001001 1100001 110110 1111 1011101 11000

Color Harmonies of #762004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762004

Black with #762004

Text Example


Text Example

White with #762004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762004; }

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

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

background-color css

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

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

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

border-color css

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

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

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