Html Css Color HEX #77260D Falu Red

📋 copy color: '#77260D'

red 119 ◦ green 38 ◦ blue 13

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

Shades of Falu Red #77260D

Tints of Falu Red #77260D

RGB

 RED value IS 119 (46.88% from 255) = 70%

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

 BLUE value IS 13 (5.47% from 255) = 7.65%

R = 70%
G = 22.35%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77260D (or 0x77260D) is known color: Falu Red. HEX triplet: 77, 26 and 0D. RGB value is (119,38,13). Sum of RGB (Red+Green+Blue) = 119+38+13=170 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 119 - color contains mainly: red. Hex color #77260D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77260D is #88D9F2. Grayscale: #3B3B3B. Windows color (decimal): -8968691 or 861815. OLE color: 861815.

HSL color Cylindrical-coordinate representation of color #77260D: hue angle of 14.15º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77260D is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 38 13 -
CMYK 0 0.68 0.89 0.53
HSL 14.15º 0.8% 0.26% -
HSV(B) 14.15º 0.89% 0.47% -
XYZ 8.37 5.34 0.97 -
YUV 59.37 101.84 170.53 -
System Red Green Blue C M Y K H S L
Decimal 119 38 13 0 0.68 0.89 0.53 14.15 0.8 0.26
Hex 77 26 D 0 44 59 35 E 50 1A
Octal 167 46 15 0 104 131 65 16 120 32
Binary 1110111 100110 1101 0 1000100 1011001 110101 1110 1010000 11010

Color Harmonies of #77260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77260D

Black with #77260D

Text Example


Text Example

White with #77260D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77260D; }

 p { color: rgb(119,38,13); }

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

background-color css

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

 a { background-color: rgb(119,38,13); }

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

border-color css

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

 span { border-color: rgb(119,38,13); }

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