Html Css Color HEX #7F2808 Falu Red

📋 copy color: '#7F2808'

red 127 ◦ green 40 ◦ blue 8

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

Shades of Falu Red #7F2808

Tints of Falu Red #7F2808

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.86%

 BLUE value IS 8 (3.52% from 255) = 4.57%

R = 72.57%
G = 22.86%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#7F2808 (or 0x7F2808) is known color: Falu Red. HEX triplet: 7F, 28 and 08. RGB value is (127,40,8). Sum of RGB (Red+Green+Blue) = 127+40+8=175 (23% of max value = 765). Red value is 127 (50% from 255 or 72.57% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2808 is #80D7F7. Grayscale: #3E3E3E. Windows color (decimal): -8443896 or 534655. OLE color: 534655.

HSL color Cylindrical-coordinate representation of color #7F2808: hue angle of 16.13º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F2808 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 40 8 -
CMYK 0 0.69 0.94 0.50
HSL 16.13º 0.88% 0.26% -
HSV(B) 16.13º 0.94% 0.5% -
XYZ 9.56 6.05 0.89 -
YUV 62.37 97.32 174.1 -
System Red Green Blue C M Y K H S L
Decimal 127 40 8 0 0.69 0.94 0.50 16.13 0.88 0.26
Hex 7F 28 8 0 45 5E 32 10 58 1A
Octal 177 50 10 0 105 136 62 20 130 32
Binary 1111111 101000 1000 0 1000101 1011110 110010 10000 1011000 11010

Color Harmonies of #7F2808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2808

Black with #7F2808

Text Example


Text Example

White with #7F2808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,40,8); }

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

background-color css

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

 a { background-color: rgb(127,40,8); }

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

border-color css

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

 span { border-color: rgb(127,40,8); }

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