Html Css Color HEX #762100 Falu Red

📋 copy color: '#762100'

red 118 ◦ green 33 ◦ blue 0

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

Shades of Falu Red #762100

Tints of Falu Red #762100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.15%
G = 21.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#762100 (or 0x762100) is known color: Falu Red. HEX triplet: 76, 21 and 00. RGB value is (118,33,0). Sum of RGB (Red+Green+Blue) = 118+33+0=151 (20% of max value = 765). Red value is 118 (46.48% from 255 or 78.15% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 118 - color contains mainly: red. Hex color #762100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762100 is #89DEFF. Grayscale: #363636. Windows color (decimal): -9035520 or 8566. OLE color: 8566.

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

Color convert

RGB 118 33 0 -
CMYK 0 0.72 1 0.54
HSL 16.78º 1% 0.23% -
HSV(B) 16.78º 1% 0.46% -
XYZ 8.02 4.94 0.53 -
YUV 54.65 97.16 173.18 -
System Red Green Blue C M Y K H S L
Decimal 118 33 0 0 0.72 1 0.54 16.78 1 0.23
Hex 76 21 0 0 48 64 36 11 64 17
Octal 166 41 0 0 110 144 66 21 144 27
Binary 1110110 100001 0 0 1001000 1100100 110110 10001 1100100 10111

Color Harmonies of #762100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762100

Black with #762100

Text Example


Text Example

White with #762100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762100; }

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

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

background-color css

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

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

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

border-color css

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

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

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