Html Css Color HEX #782608 Falu Red

📋 copy color: '#782608'

red 120 ◦ green 38 ◦ blue 8

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

Shades of Falu Red #782608

Tints of Falu Red #782608

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.89%

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

R = 72.29%
G = 22.89%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#782608 (or 0x782608) is known color: Falu Red. HEX triplet: 78, 26 and 08. RGB value is (120,38,8). Sum of RGB (Red+Green+Blue) = 120+38+8=166 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.29% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 120 - color contains mainly: red. Hex color #782608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782608 is #87D9F7. Grayscale: #3B3B3B. Windows color (decimal): -8903160 or 534136. OLE color: 534136.

HSL color Cylindrical-coordinate representation of color #782608: hue angle of 16.07º 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 #782608 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 38 8 -
CMYK 0 0.68 0.93 0.53
HSL 16.07º 0.88% 0.25% -
HSV(B) 16.07º 0.93% 0.47% -
XYZ 8.48 5.4 0.82 -
YUV 59.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 120 38 8 0 0.68 0.93 0.53 16.07 0.88 0.25
Hex 78 26 8 0 44 5D 35 10 58 19
Octal 170 46 10 0 104 135 65 20 130 31
Binary 1111000 100110 1000 0 1000100 1011101 110101 10000 1011000 11001

Color Harmonies of #782608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782608

Black with #782608

Text Example


Text Example

White with #782608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782608; }

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

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

background-color css

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

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

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

border-color css

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

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

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