Html Css Color HEX #77260F Falu Red

📋 copy color: '#77260F'

red 119 ◦ green 38 ◦ blue 15

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

Shades of Falu Red #77260F

Tints of Falu Red #77260F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.72%

R = 69.19%
G = 22.09%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#77260F (or 0x77260F) is known color: Falu Red. HEX triplet: 77, 26 and 0F. RGB value is (119,38,15). Sum of RGB (Red+Green+Blue) = 119+38+15=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #77260F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77260F is #88D9F0. Grayscale: #3B3B3B. Windows color (decimal): -8968689 or 992887. OLE color: 992887.

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

Color convert

RGB 119 38 15 -
CMYK 0 0.68 0.87 0.53
HSL 13.27º 0.78% 0.26% -
HSV(B) 13.27º 0.87% 0.47% -
XYZ 8.39 5.34 1.04 -
YUV 59.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 119 38 15 0 0.68 0.87 0.53 13.27 0.78 0.26
Hex 77 26 F 0 44 57 35 D 4E 1A
Octal 167 46 17 0 104 127 65 15 116 32
Binary 1110111 100110 1111 0 1000100 1010111 110101 1101 1001110 11010

Color Harmonies of #77260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77260F

Black with #77260F

Text Example


Text Example

White with #77260F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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