Html Css Color HEX #77270E Falu Red

📋 copy color: '#77270E'

red 119 ◦ green 39 ◦ blue 14

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

Shades of Falu Red #77270E

Tints of Falu Red #77270E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.67%

 BLUE value IS 14 (5.86% from 255) = 8.14%

R = 69.19%
G = 22.67%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#77270E (or 0x77270E) is known color: Falu Red. HEX triplet: 77, 27 and 0E. RGB value is (119,39,14). Sum of RGB (Red+Green+Blue) = 119+39+14=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #77270E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77270E is #88D8F1. Grayscale: #3C3C3C. Windows color (decimal): -8968434 or 927607. OLE color: 927607.

HSL color Cylindrical-coordinate representation of color #77270E: hue angle of 14.29º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #77270E is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 39 14 -
CMYK 0 0.67 0.88 0.53
HSL 14.29º 0.79% 0.26% -
HSV(B) 14.29º 0.88% 0.47% -
XYZ 8.41 5.4 1.02 -
YUV 60.07 102 170.03 -
System Red Green Blue C M Y K H S L
Decimal 119 39 14 0 0.67 0.88 0.53 14.29 0.79 0.26
Hex 77 27 E 0 43 58 35 E 4F 1A
Octal 167 47 16 0 103 130 65 16 117 32
Binary 1110111 100111 1110 0 1000011 1011000 110101 1110 1001111 11010

Color Harmonies of #77270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77270E

Black with #77270E

Text Example


Text Example

White with #77270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77270E; }

 p { color: rgb(119,39,14); }

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

background-color css

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

 a { background-color: rgb(119,39,14); }

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

border-color css

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

 span { border-color: rgb(119,39,14); }

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