Html Css Color HEX #7F170C Falu Red

📋 copy color: '#7F170C'

red 127 ◦ green 23 ◦ blue 12

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

Shades of Falu Red #7F170C

Tints of Falu Red #7F170C

RGB

 RED value IS 127 (50% from 255) = 78.4%

 GREEN value IS 23 (9.38% from 255) = 14.2%

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

R = 78.4%
G = 14.2%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#7F170C (or 0x7F170C) is known color: Falu Red. HEX triplet: 7F, 17 and 0C. RGB value is (127,23,12). Sum of RGB (Red+Green+Blue) = 127+23+12=162 (21% of max value = 765). Red value is 127 (50% from 255 or 78.40% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 127 - color contains mainly: red. Hex color #7F170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F170C is #80E8F3. Grayscale: #343434. Windows color (decimal): -8448244 or 792447. OLE color: 792447.

HSL color Cylindrical-coordinate representation of color #7F170C: hue angle of 5.74º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F170C is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 23 12 -
CMYK 0 0.82 0.91 0.50
HSL 5.74º 0.83% 0.27% -
HSV(B) 5.74º 0.91% 0.5% -
XYZ 9.13 5.15 0.86 -
YUV 52.84 104.96 180.89 -
System Red Green Blue C M Y K H S L
Decimal 127 23 12 0 0.82 0.91 0.50 5.74 0.83 0.27
Hex 7F 17 C 0 52 5B 32 6 53 1B
Octal 177 27 14 0 122 133 62 6 123 33
Binary 1111111 10111 1100 0 1010010 1011011 110010 110 1010011 11011

Color Harmonies of #7F170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F170C

Black with #7F170C

Text Example


Text Example

White with #7F170C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F170C; }

 p { color: rgb(127,23,12); }

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

background-color css

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

 a { background-color: rgb(127,23,12); }

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

border-color css

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

 span { border-color: rgb(127,23,12); }

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