Html Css Color HEX #782508 Falu Red

📋 copy color: '#782508'

red 120 ◦ green 37 ◦ blue 8

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

Shades of Falu Red #782508

Tints of Falu Red #782508

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.42%

 BLUE value IS 8 (3.52% from 255) = 4.85%

R = 72.73%
G = 22.42%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#782508 (or 0x782508) is known color: Falu Red. HEX triplet: 78, 25 and 08. RGB value is (120,37,8). Sum of RGB (Red+Green+Blue) = 120+37+8=165 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.73% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 120 - color contains mainly: red. Hex color #782508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782508 is #87DAF7. Grayscale: #3A3A3A. Windows color (decimal): -8903416 or 533880. OLE color: 533880.

HSL color Cylindrical-coordinate representation of color #782508: hue angle of 15.54º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #782508 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 37 8 -
CMYK 0 0.69 0.93 0.53
HSL 15.54º 0.88% 0.25% -
HSV(B) 15.54º 0.93% 0.47% -
XYZ 8.45 5.33 0.81 -
YUV 58.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 120 37 8 0 0.69 0.93 0.53 15.54 0.88 0.25
Hex 78 25 8 0 45 5D 35 10 58 19
Octal 170 45 10 0 105 135 65 20 130 31
Binary 1111000 100101 1000 0 1000101 1011101 110101 10000 1011000 11001

Color Harmonies of #782508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782508

Black with #782508

Text Example


Text Example

White with #782508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782508; }

 p { color: rgb(120,37,8); }

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

background-color css

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

 a { background-color: rgb(120,37,8); }

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

border-color css

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

 span { border-color: rgb(120,37,8); }

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