Html Css Color HEX #77240C Falu Red

📋 copy color: '#77240C'

red 119 ◦ green 36 ◦ blue 12

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

Shades of Falu Red #77240C

Tints of Falu Red #77240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.56%

 BLUE value IS 12 (5.08% from 255) = 7.19%

R = 71.26%
G = 21.56%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#77240C (or 0x77240C) is known color: Falu Red. HEX triplet: 77, 24 and 0C. RGB value is (119,36,12). Sum of RGB (Red+Green+Blue) = 119+36+12=167 (22% of max value = 765). Red value is 119 (46.88% from 255 or 71.26% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 119 - color contains mainly: red. Hex color #77240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77240C is #88DBF3. Grayscale: #3A3A3A. Windows color (decimal): -8969204 or 795767. OLE color: 795767.

HSL color Cylindrical-coordinate representation of color #77240C: hue angle of 13.46º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77240C is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 36 12 -
CMYK 0 0.70 0.90 0.53
HSL 13.46º 0.82% 0.26% -
HSV(B) 13.46º 0.9% 0.47% -
XYZ 8.3 5.21 0.92 -
YUV 58.08 102 171.45 -
System Red Green Blue C M Y K H S L
Decimal 119 36 12 0 0.70 0.90 0.53 13.46 0.82 0.26
Hex 77 24 C 0 46 5A 35 D 52 1A
Octal 167 44 14 0 106 132 65 15 122 32
Binary 1110111 100100 1100 0 1000110 1011010 110101 1101 1010010 11010

Color Harmonies of #77240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77240C

Black with #77240C

Text Example


Text Example

White with #77240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77240C; }

 p { color: rgb(119,36,12); }

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

background-color css

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

 a { background-color: rgb(119,36,12); }

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

border-color css

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

 span { border-color: rgb(119,36,12); }

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