Html Css Color HEX #7F2606 Falu Red

📋 copy color: '#7F2606'

red 127 ◦ green 38 ◦ blue 6

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

Shades of Falu Red #7F2606

Tints of Falu Red #7F2606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.51%

R = 74.27%
G = 22.22%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#7F2606 (or 0x7F2606) is known color: Falu Red. HEX triplet: 7F, 26 and 06. RGB value is (127,38,6). Sum of RGB (Red+Green+Blue) = 127+38+6=171 (22% of max value = 765). Red value is 127 (50% from 255 or 74.27% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2606 is #80D9F9. Grayscale: #3D3D3D. Windows color (decimal): -8444410 or 403071. OLE color: 403071.

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

Color convert

RGB 127 38 6 -
CMYK 0 0.70 0.95 0.50
HSL 15.87º 0.91% 0.26% -
HSV(B) 15.87º 0.95% 0.5% -
XYZ 9.48 5.91 0.81 -
YUV 60.96 96.99 175.1 -
System Red Green Blue C M Y K H S L
Decimal 127 38 6 0 0.70 0.95 0.50 15.87 0.91 0.26
Hex 7F 26 6 0 46 5F 32 10 5B 1A
Octal 177 46 6 0 106 137 62 20 133 32
Binary 1111111 100110 110 0 1000110 1011111 110010 10000 1011011 11010

Color Harmonies of #7F2606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2606

Black with #7F2606

Text Example


Text Example

White with #7F2606

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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