Html Css Color HEX #780F0A Falu Red

📋 copy color: '#780F0A'

red 120 ◦ green 15 ◦ blue 10

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

Shades of Falu Red #780F0A

Tints of Falu Red #780F0A

RGB

 RED value IS 120 (47.27% from 255) = 82.76%

 GREEN value IS 15 (6.25% from 255) = 10.34%

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

R = 82.76%
G = 10.34%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#780F0A (or 0x780F0A) is known color: Falu Red. HEX triplet: 78, 0F and 0A. RGB value is (120,15,10). Sum of RGB (Red+Green+Blue) = 120+15+10=145 (19% of max value = 765). Red value is 120 (47.27% from 255 or 82.76% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 120 - color contains mainly: red. Hex color #780F0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780F0A is #87F0F5. Grayscale: #2D2D2D. Windows color (decimal): -8909046 or 659320. OLE color: 659320.

HSL color Cylindrical-coordinate representation of color #780F0A: hue angle of 2.73º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780F0A is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 15 10 -
CMYK 0 0.87 0.92 0.53
HSL 2.73º 0.85% 0.25% -
HSV(B) 2.73º 0.92% 0.47% -
XYZ 7.97 4.36 0.71 -
YUV 45.83 107.79 180.91 -
System Red Green Blue C M Y K H S L
Decimal 120 15 10 0 0.87 0.92 0.53 2.73 0.85 0.25
Hex 78 F A 0 57 5C 35 3 55 19
Octal 170 17 12 0 127 134 65 3 125 31
Binary 1111000 1111 1010 0 1010111 1011100 110101 11 1010101 11001

Color Harmonies of #780F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780F0A

Black with #780F0A

Text Example


Text Example

White with #780F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780F0A; }

 p { color: rgb(120,15,10); }

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

background-color css

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

 a { background-color: rgb(120,15,10); }

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

border-color css

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

 span { border-color: rgb(120,15,10); }

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