Html Css Color HEX #7F2605 Falu Red

📋 copy color: '#7F2605'

red 127 ◦ green 38 ◦ blue 5

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

Shades of Falu Red #7F2605

Tints of Falu Red #7F2605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.94%

R = 74.71%
G = 22.35%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#7F2605 (or 0x7F2605) is known color: Falu Red. HEX triplet: 7F, 26 and 05. RGB value is (127,38,5). Sum of RGB (Red+Green+Blue) = 127+38+5=170 (22% of max value = 765). Red value is 127 (50% from 255 or 74.71% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2605 is #80D9FA. Grayscale: #3D3D3D. Windows color (decimal): -8444411 or 337535. OLE color: 337535.

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

Color convert

RGB 127 38 5 -
CMYK 0 0.70 0.96 0.50
HSL 16.23º 0.92% 0.26% -
HSV(B) 16.23º 0.96% 0.5% -
XYZ 9.47 5.91 0.78 -
YUV 60.85 96.49 175.18 -
System Red Green Blue C M Y K H S L
Decimal 127 38 5 0 0.70 0.96 0.50 16.23 0.92 0.26
Hex 7F 26 5 0 46 60 32 10 5C 1A
Octal 177 46 5 0 106 140 62 20 134 32
Binary 1111111 100110 101 0 1000110 1100000 110010 10000 1011100 11010

Color Harmonies of #7F2605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2605

Black with #7F2605

Text Example


Text Example

White with #7F2605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,38,5); }

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

background-color css

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

 a { background-color: rgb(127,38,5); }

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

border-color css

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

 span { border-color: rgb(127,38,5); }

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