Html Css Color HEX #76200A Falu Red

📋 copy color: '#76200A'

red 118 ◦ green 32 ◦ blue 10

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

Shades of Falu Red #76200A

Tints of Falu Red #76200A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.25%

R = 73.75%
G = 20%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#76200A (or 0x76200A) is known color: Falu Red. HEX triplet: 76, 20 and 0A. RGB value is (118,32,10). Sum of RGB (Red+Green+Blue) = 118+32+10=160 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.75% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 118 - color contains mainly: red. Hex color #76200A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76200A is #89DFF5. Grayscale: #373737. Windows color (decimal): -9035766 or 663670. OLE color: 663670.

HSL color Cylindrical-coordinate representation of color #76200A: hue angle of 12.22º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76200A is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 32 10 -
CMYK 0 0.73 0.92 0.54
HSL 12.22º 0.84% 0.25% -
HSV(B) 12.22º 0.92% 0.46% -
XYZ 8.04 4.91 0.81 -
YUV 55.21 102.49 172.79 -
System Red Green Blue C M Y K H S L
Decimal 118 32 10 0 0.73 0.92 0.54 12.22 0.84 0.25
Hex 76 20 A 0 49 5C 36 C 54 19
Octal 166 40 12 0 111 134 66 14 124 31
Binary 1110110 100000 1010 0 1001001 1011100 110110 1100 1010100 11001

Color Harmonies of #76200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76200A

Black with #76200A

Text Example


Text Example

White with #76200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76200A; }

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

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

background-color css

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

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

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

border-color css

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

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

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